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})

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
buttonPadding EdgeInsetsGeometry?
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
shape ShapeBorder?
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