DialogTheme constructor
- Color? backgroundColor,
- double? elevation,
- Color? shadowColor,
- Color? surfaceTintColor,
- ShapeBorder? shape,
- AlignmentGeometry? alignment,
- Color? iconColor,
- TextStyle? titleTextStyle,
- TextStyle? contentTextStyle,
- EdgeInsetsGeometry? actionsPadding,
- Color? barrierColor,
- EdgeInsets? insetPadding,
- Clip? clipBehavior,
Creates a dialog theme that can be used for ThemeData.dialogTheme.
Implementation
const DialogTheme({
this.backgroundColor,
this.elevation,
this.shadowColor,
this.surfaceTintColor,
this.shape,
this.alignment,
this.iconColor,
this.titleTextStyle,
this.contentTextStyle,
this.actionsPadding,
this.barrierColor,
this.insetPadding,
this.clipBehavior,
});