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