CupertinoAlertDialogData class
Constructors
-
CupertinoAlertDialogData({Key? widgetKey, List<
Widget> ? actions, Widget? content, Widget? title, ScrollController? scrollController, ScrollController? actionScrollController, Curve? insetAnimationCurve, Duration? insetAnimationDuration})
Properties
-
actions
→ List<
Widget> ? -
finalinherited
- actionScrollController → ScrollController?
-
final
- content → Widget?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- insetAnimationCurve → Curve?
-
final
- insetAnimationDuration → Duration?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollController → ScrollController?
-
final
- title → Widget?
-
finalinherited
- widgetKey → Key?
-
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