NomoSnackBarThemeDataNullable constructor

const NomoSnackBarThemeDataNullable({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. double? elevation,
  4. BorderSide? border,
  5. double? height,
  6. EdgeInsetsGeometry? margin,
  7. double? spacing,
  8. BorderRadius? borderRadius,
})

Implementation

const NomoSnackBarThemeDataNullable({
  this.backgroundColor,
  this.foregroundColor,
  this.elevation,
  this.border,
  this.height,
  this.margin,
  this.spacing,
  this.borderRadius,
});