bottomsheet
how to set showModalBottomSheet to full height?
[Update] In showModalBottomSheet(...) set the property isScrollControlled:true . It will make bottomSheet to full height.…
[Update] In showModalBottomSheet(...) set the property isScrollControlled:true . It will make bottomSheet to full height.…
To fix this issue Add isScrollControlled = true to BottomSheetDialog it'll allow the bottom sheet to take the full…