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})
Properties
-
actions
→ List<
Widget> -
final, inherited
- actionsOverflowButtonSpacing → double
-
final
- actionsOverflowDirection → VerticalDirection
-
final
- actionsPadding → EdgeInsetsGeometry
-
final
- backgroundColor → Color
-
final
-
final
- clipBehavior → Clip
-
final
- content → Widget
-
final, inherited
- contentPadding → EdgeInsetsGeometry
-
final
- contentTextStyle → TextStyle
-
final
- elevation → double
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- insetPadding → EdgeInsets
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- scrollable → bool
-
final
- semanticLabel → String
-
final
- shape → ShapeBorder
-
final
- title → Widget
-
final, inherited
- titlePadding → EdgeInsetsGeometry
-
final
- titleTextStyle → TextStyle
-
final
- widgetKey → Key
-
final, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited