SeniorNotificationSnackbarStyle class

Constructors

SeniorNotificationSnackbarStyle({Color? borderColor, Color? color, Color? titleColor, Color? messageColor, Color? actionButtonColor})
Theme definitions for the Senior Notification Snackbar component.
const

Properties

actionButtonColor Color?
Defines the color of the message action button.
final
borderColor Color?
Defines the color of the snackbar border.
final
color Color?
Defines the color of the snackbar.
final
hashCode int
The hash code for this object.
no setterinherited
messageColor Color?
Defines the color of the snackbar message text.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titleColor Color?
Defines the color of the snackbar title.
final

Methods

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