NomoSnackBarThemeDataNullable constructor
const
NomoSnackBarThemeDataNullable({
- Color? backgroundColor,
- Color? foregroundColor,
- double? elevation,
- BorderSide? border,
- double? height,
- EdgeInsetsGeometry? margin,
- double? spacing,
- BorderRadius? borderRadius,
Implementation
const NomoSnackBarThemeDataNullable({
this.backgroundColor,
this.foregroundColor,
this.elevation,
this.border,
this.height,
this.margin,
this.spacing,
this.borderRadius,
});