CupertinoDialogData class
Constructors
- CupertinoDialogData({WidgetBuilder? builder, bool? barrierDismissible, RouteSettings? routeSettings, String? barrierLabel, Offset? anchorPoint})
Properties
- anchorPoint → Offset?
-
finalinherited
- barrierDismissible → bool?
-
finalinherited
- barrierLabel → String?
-
finalinherited
- builder → WidgetBuilder?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- routeSettings → RouteSettings?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
finalinherited
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