MaterialAlertDialogData constructor
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,
Implementation
MaterialAlertDialogData({
super.widgetKey,
super.actions,
super.content,
super.title,
this.contentTextStyle,
this.backgroundColor,
this.elevation,
this.shape,
this.contentPadding,
this.semanticLabel,
this.titlePadding,
this.titleTextStyle,
this.scrollable,
this.actionsOverflowDirection,
this.actionsPadding,
this.buttonPadding,
this.actionsOverflowButtonSpacing,
this.clipBehavior,
this.insetPadding,
this.actionsAlignment,
this.alignment,
this.actionsOverflowAlignment,
this.icon,
this.iconColor,
this.iconPadding,
this.shadowColor,
this.surfaceTintColor,
});