menu
bottom_sheet_scaffold package
documentation
controllers/bottom_sheet_controller.dart
BottomSheetController
updateHeight method
updateHeight method
dark_mode
light_mode
updateHeight
method
void
updateHeight
(
double
height
)
Implementation
void updateHeight(double height) { currentHeight = height; update(); }
bottom_sheet_scaffold package
documentation
controllers/bottom_sheet_controller
BottomSheetController
updateHeight method
BottomSheetController class