tiktok/other/bottomSheet
library
Functions
-
showBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape})
→ PersistentBottomSheetController
-
Shows a material design bottom sheet in the nearest Scaffold ancestor. If
you wish to show a persistent bottom sheet, use Scaffold.bottomSheet.
-
showModalBottomSheet<T>({required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, bool isScrollControlled = false, bool useRootNavigator = false})
→ Future<T?>
-
Shows a modal material design bottom sheet.