NiceModal class
Programmatic helper — show a rich modal dialog that matches the design system.
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
-
show<
T> (BuildContext context, {required Widget builder(BuildContext context), String? title, NiceModalSize size = NiceModalSize.medium, bool barrierDismissible = true, bool showClose = true, List< Widget> ? actions, EdgeInsetsGeometry? contentPadding}) → Future<T?>