AppModalUtil class

Constructors

AppModalUtil()

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

showActionSheetModal({required BuildContext context, required Widget actionSheetContainer, double initialHeightRatio = 0.3, double minHeightRatio = 0.1, double maxHeightRatio = 0.85, double topBorderRadius = 20.0}) Future
showPopUpConfirmation(BuildContext context, {String title = '', String cancelActionLabel = 'Cancel', String confirmActionLabel = 'Confirm', double borderRadius = 16.0, double confirmationContainerPadding = 5.0, double confirmationContainerMargin = 10.0, Color themColor = const Color(0xFF619E51), Color confirmationButtomThemColor = const Color(0xFF619E51), MainAxisAlignment actionButtomAlignment = MainAxisAlignment.center, Widget? confirmationContent, List<Widget> customConfirmationActionButtons = const [], VoidCallback? onConfirm}) → void