SeniorDrawerThemeData class

Constructors

SeniorDrawerThemeData({SeniorDrawerStyle? style})
Theme definitions for the SeniorDrawer 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 SeniorDrawerStyle?
Style definitions for the component. Allows you to configure: SeniorDrawerStyle.backgroundColor the background color of the drawer. SeniorDrawerStyle.backIconColor the color of the drawer back icon. SeniorDrawerStyle.boldItemColor the color of items of bold type. SeniorDrawerStyle.emphasisItemColor the color of items of emphasis type. SeniorDrawerStyle.footerTextColor the color of the text in the footer. SeniorDrawerStyle.lineColor the color of the line that separates the profile area and the items list. SeniorDrawerStyle.neutralItemColor the color of items of neutral type. SeniorDrawerStyle.profileSubtitleColor the profile subtitle color. SeniorDrawerStyle.profileTitleColor the profile 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