NUIDialogItem class
Constructors
- NUIDialogItem({String? id, String? barrierLabel, bool dismissible = true, Color? barrierColor, double opacity = 0.8, required DialogBuilder content, Alignment alignment = Alignment.center, PageTransition? transition, bool useSafeArea = true, Duration? transitionDuration, Function? onDismiss})
Properties
- alignment ↔ Alignment
-
getter/setter pair
- barrierColor ↔ Color?
-
getter/setter pair
- barrierLabel ↔ String?
-
getter/setter pair
- content ↔ DialogBuilder
-
getter/setter pair
- dismissible ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- onDismiss ↔ Function?
-
getter/setter pair
- opacity ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transition ↔ PageTransition?
-
getter/setter pair
- transitionDuration ↔ Duration?
-
getter/setter pair
- useSafeArea ↔ bool
-
getter/setter pair
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