CustomDialog class
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
Static Methods
-
error(BuildContext context, {required String message, dynamic onPressed()?, EdgeInsets? padding, bool showClose = true, String btnLabel = '', BoxConstraints? constraints})
→ Future<bool?>
-
-
show<T>(BuildContext context, Widget child, {dynamic onClose(T)?, EdgeInsets? padding, bool showClose = true, BoxConstraints? constraints, bool useRootNavigator = true, bool isDismissible = true, String? routeName, Color? backgroundColor, CustomDialogCloseMode closeMode = CustomDialogCloseMode.outside})
→ Future<bool>
-