BuildContextDialogCancellable extension
- on
Methods
-
showCAboutDialog(
{Cancellable? cancellable, String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, List< Widget> ? children, RouteSettings? routeSettings, Offset? anchorPoint}) → void -
Available on BuildContext, provided by the BuildContextDialogCancellable extension
-
showCCupertinoDialog<
T> ({required WidgetBuilder builder, Cancellable? cancellable, String? barrierLabel, bool barrierDismissible = false, RouteSettings? routeSettings, Offset? anchorPoint}) → Future< T?> -
Available on BuildContext, provided by the BuildContextDialogCancellable extension
-
showCCupertinoModalPopup<
T> ({required WidgetBuilder builder, Cancellable? cancellable, ImageFilter? filter, Color barrierColor = kCupertinoModalBarrierColor, bool barrierDismissible = true, bool semanticsDismissible = false, RouteSettings? routeSettings, Offset? anchorPoint}) → Future< T?> -
Available on BuildContext, provided by the BuildContextDialogCancellable extension
-
showCDialog<
T> ({required WidgetBuilder builder, Cancellable? cancellable, bool barrierDismissible = true, Color? barrierColor = Colors.black54, String? barrierLabel, bool useSafeArea = true, RouteSettings? routeSettings, Offset? anchorPoint}) → Future< T?> -
Available on BuildContext, provided by the BuildContextDialogCancellable extension
-
showCGeneralDialog<
T extends Object?> ({required RoutePageBuilder pageBuilder, Cancellable? cancellable, bool barrierDismissible = false, String? barrierLabel, Color barrierColor = const Color(0x80000000), Duration transitionDuration = const Duration(milliseconds: 200), RouteTransitionsBuilder? transitionBuilder, RouteSettings? routeSettings, Offset? anchorPoint}) → Future< T?> -
Available on BuildContext, provided by the BuildContextDialogCancellable extension
-
showCLicensePage(
{Cancellable? cancellable, String? applicationName, String? applicationVersion, Widget? applicationIcon, String? applicationLegalese, }) → void -
Available on BuildContext, provided by the BuildContextDialogCancellable extension
-
showCModalBottomSheet<
T> ({required WidgetBuilder builder, Cancellable? cancellable, Color? backgroundColor, double? elevation, ShapeBorder? shape, Clip? clipBehavior, BoxConstraints? constraints, Color? barrierColor, bool isScrollControlled = false, bool isDismissible = true, bool enableDrag = true, bool? showDragHandle, bool useSafeArea = false, RouteSettings? routeSettings, AnimationController? transitionAnimationController, Offset? anchorPoint}) → Future< T?> -
Available on BuildContext, provided by the BuildContextDialogCancellable extension