NomoNotificationThemeData class

Implemented types

Constructors

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})
const
NomoNotificationThemeData.from(NomoNotificationColorData colors, NomoNotificationSizingData sizing, NomoNotificationConstants constants)
factory

Properties

backgroundColor Color?
final
borderRadius BorderRadius
final
foregroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
maxWidth double
final
padding EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
spacing double
final

Methods

copyWith([NomoNotificationThemeDataNullable? override]) NomoNotificationThemeData
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited