NomoDialogThemeDataNullable constructor
const
NomoDialogThemeDataNullable({
- Color? backgroundColor,
- double? elevation,
- Widget? contentSpacing,
- double? widthRatio,
- EdgeInsetsGeometry? margin,
- EdgeInsetsGeometry? padding,
- BorderRadiusGeometry? borderRadius,
Implementation
const NomoDialogThemeDataNullable({
this.backgroundColor,
this.elevation,
this.contentSpacing,
this.widthRatio,
this.margin,
this.padding,
this.borderRadius,
});