MaterialAlertDialogData class
Constructors
-
MaterialAlertDialogData({Key? widgetKey, List<
Widget> ? actions, Widget? content, Widget? title, TextStyle? contentTextStyle, Color? backgroundColor, double? elevation, ShapeBorder? shape, EdgeInsetsGeometry? contentPadding, String? semanticLabel, EdgeInsetsGeometry? titlePadding, TextStyle? titleTextStyle, bool? scrollable, VerticalDirection? actionsOverflowDirection, EdgeInsetsGeometry? actionsPadding, EdgeInsetsGeometry? buttonPadding, double? actionsOverflowButtonSpacing, Clip? clipBehavior, EdgeInsets? insetPadding, MainAxisAlignment? actionsAlignment, AlignmentGeometry? alignment, OverflowBarAlignment? actionsOverflowAlignment, Widget? icon, Color? iconColor, EdgeInsetsGeometry? iconPadding, Color? shadowColor, Color? surfaceTintColor})
Properties
-
actions
→ List<
Widget> ? -
finalinherited
- actionsAlignment → MainAxisAlignment?
-
final
- actionsOverflowAlignment → OverflowBarAlignment?
-
final
- actionsOverflowButtonSpacing → double?
-
final
- actionsOverflowDirection → VerticalDirection?
-
final
- actionsPadding → EdgeInsetsGeometry?
-
final
- alignment → AlignmentGeometry?
-
final
- backgroundColor → Color?
-
final
-
final
- clipBehavior → Clip?
-
final
- content → Widget?
-
finalinherited
- contentPadding → EdgeInsetsGeometry?
-
final
- contentTextStyle → TextStyle?
-
final
- elevation → double?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → Widget?
-
final
- iconColor → Color?
-
final
- iconPadding → EdgeInsetsGeometry?
-
final
- insetPadding → EdgeInsets?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scrollable → bool?
-
final
- semanticLabel → String?
-
final
- shadowColor → Color?
-
final
- shape → ShapeBorder?
-
final
- surfaceTintColor → Color?
-
final
- title → Widget?
-
finalinherited
- titlePadding → EdgeInsetsGeometry?
-
final
- titleTextStyle → TextStyle?
-
final
- 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