ShowUtils extension
- on
Methods
-
showBS<
T> ({required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, BoxConstraints? constraints, bool? enableDrag, AnimationController? transitionAnimationController}) → PersistentBottomSheetController -
Available on BuildContext, provided by the ShowUtils extension
-
showCustomDialog<
T> ({required RoutePageBuilder pageBuilder, bool barrierDismissible = false, String? barrierLabel, Color barrierColor = const Color(0x80000000), Duration transitionDuration = const Duration(milliseconds: 200), RouteTransitionsBuilder? transitionBuilder, RouteSettings? routeSettings}) → Future< T?> -
Available on BuildContext, provided by the ShowUtils extension
-
showIOSDialog<
T> ({required WidgetBuilder builder, String? barrierLabel, bool barrierDismissible = false, RouteSettings? routeSettings}) → Future< T?> -
Available on BuildContext, provided by the ShowUtils extension
-
showMaterialDialog<
T> ({required WidgetBuilder builder, bool barrierDismissible = true, Color? barrierColor = Colors.black54, String? barrierLabel, bool useSafeArea = true, RouteSettings? routeSettings}) → Future< T?> -
Available on BuildContext, provided by the ShowUtils extension
-
showModalBS<
T> ({required BuildContext context, required WidgetBuilder builder, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, bool isScrollControlled = false, bool isDismissible = true, bool enableDrag = true, RouteSettings? routeSettings, AnimationController? transitionAnimationController}) → Future< T?> -
Available on BuildContext, provided by the ShowUtils extension
-
showSnackBar(
SnackBar snackBar) → ScaffoldFeatureController< SnackBar, SnackBarClosedReason> -
Available on BuildContext, provided by the ShowUtils extension