DialogDecoration constructor
DialogDecoration({
- EdgeInsets? padding,
- BoxBorder? thumbBorder,
- TextStyle? headerStyle,
- TextStyle? contentStyle,
- double? iconSize,
- ShapeBorder? shape,
- double? elevation,
- BorderRadius? thumbBorderRadius,
- TextAlign? textAlign,
- BorderRadius? buttonBorderRadius,
- double? buttonElevation,
- TextStyle? buttonTextStyle,
- Color? buttonForegroundTextColor,
- EdgeInsets? buttonPadding,
- double? secondaryButtonBorderWidth,
Implementation
DialogDecoration({
this.padding,
this.thumbBorder,
this.headerStyle,
this.contentStyle,
this.iconSize,
this.shape,
this.elevation,
this.thumbBorderRadius,
this.textAlign,
this.buttonBorderRadius,
this.buttonElevation,
this.buttonTextStyle,
this.buttonForegroundTextColor,
this.buttonPadding,
this.secondaryButtonBorderWidth,
});