NomoNotificationThemeDataNullable constructor

const NomoNotificationThemeDataNullable({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. EdgeInsetsGeometry? padding,
  4. BorderRadius? borderRadius,
  5. double? spacing,
  6. double? maxWidth,
})

Implementation

const NomoNotificationThemeDataNullable({
  this.backgroundColor,
  this.foregroundColor,
  this.padding,
  this.borderRadius,
  this.spacing,
  this.maxWidth,
});