AtomicSheetBuilder class

Constructors

AtomicSheetBuilder.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

showActionSheet<T>({required BuildContext context, required List<AtomicSheetAction<T>> actions, String? title, String? message, bool showCancelButton = true, String cancelText = 'Cancel', Color? backgroundColor, Color? actionColor, Color? cancelColor, bool isDismissible = true, bool enableDrag = true}) Future<T?>
showCustomSheet<T>({required BuildContext context, required Widget builder(BuildContext), Color? backgroundColor, BorderRadius? borderRadius, EdgeInsetsGeometry? padding, double? minHeight, double? maxHeight, bool showDragIndicator = true, Color? dragIndicatorColor, bool scrollable = true, bool isDismissible = true, bool enableDrag = true, bool useRootNavigator = false, bool isScrollControlled = true, Color? barrierColor, double? elevation, AnimationController? transitionAnimationController}) Future<T?>