SeniorNotificationListThemeData class

Constructors

SeniorNotificationListThemeData({SeniorNotificationListStyle? style})
Theme definitions for the Senior Notification List 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 SeniorNotificationListStyle?
Component style definitions. Allows you to configure: SeniorNotificationListStyle.notificationBodyColor the color of the notification's body content. SeniorNotificationListStyle.notificationFooterColor the color of the notification's footer content. SeniorNotificationListStyle.notificationTitleColor the color of the notification title. SeniorNotificationListStyle.separatorColor the color of the notifications separator. SeniorNotificationListStyle.titleColor the color of the notification list 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