NomoNotificationThemeData constructor
const
NomoNotificationThemeData({
- Color? backgroundColor = null,
- Color? foregroundColor = null,
- EdgeInsetsGeometry padding = const EdgeInsets.all(16),
- BorderRadius borderRadius = const BorderRadius.all(Radius.circular(16)),
- double spacing = 16.0,
- double maxWidth = double.infinity,
Implementation
const NomoNotificationThemeData({
this.backgroundColor = null,
this.foregroundColor = null,
this.padding = const EdgeInsets.all(16),
this.borderRadius = const BorderRadius.all(Radius.circular(16)),
this.spacing = 16.0,
this.maxWidth = double.infinity,
});