SeniorNotificationListStyle class

Constructors

SeniorNotificationListStyle({Color? notificationBodyColor, Color? notificationFooterColor, Color? notificationTitleColor, Color? separatorColor, Color? titleColor})
Style definitions for the Senior Notification List component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
notificationBodyColor Color?
Defines the color of the notification body content.
final
notificationFooterColor Color?
Defines the color of the notification's footer content.
final
notificationTitleColor Color?
Defines the notification title color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
separatorColor Color?
Defines the color of the notifications tab.
final
titleColor Color?
Defines the notification notification list title color.
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