SeniorNotificationSnackbarThemeData class

Constructors

SeniorNotificationSnackbarThemeData({SeniorNotificationSnackbarStyle? style})
Theme definitions for the Senior Notification Snackbar component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style SeniorNotificationSnackbarStyle?
The style definitions for the component. SeniorNotificationSnackbarStyle.borderColor the color of the snackbar border. SeniorNotificationSnackbarStyle.color the color of the snackbar. SeniorNotificationSnackbarStyle.titleColor the color of the snackbar title. SeniorNotificationSnackbarStyle.messageColor the color of the snackbar message text. SeniorNotificationSnackbarStyle.actionButtonColor the color of the message action button.
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