menu
sliding_sheet2 package
documentation
sliding_sheet2.dart
SheetController
hide method
hide method
dark_mode
light_mode
hide
method
Future
<
void
>
?
hide
(
)
Slides the sheet off to the bottom and hides it.
Implementation
Future<void>? hide() => _hide?.call();
sliding_sheet2 package
documentation
sliding_sheet2
SheetController
hide method
SheetController class