SeniorDrawerStyle class

Constructors

SeniorDrawerStyle({Color? backgroundColor, Color? backIconColor, Color? boldItemColor, Color? emphasisItemColor, Color? footerTextColor, Color? lineColor, Color? neutralItemColor, Color? profileSubtitleColor, Color? profileTitleColor})
Style definitions for the SeniorDrawer component.
const

Properties

backgroundColor Color?
Defines the background color for the drawer.
final
backIconColor Color?
Defines the color of the drawer back icon.
final
boldItemColor Color?
Defines the color of bold type items.
final
emphasisItemColor Color?
Defines the color of items of type emphasis.
final
footerTextColor Color?
Defines the footer text color.
final
hashCode int
The hash code for this object.
no setterinherited
lineColor Color?
Defines the color of the line that separates the profile area and the items list.
final
neutralItemColor Color?
Defines the color of neutral type items.
final
profileSubtitleColor Color?
Defines the profile's subtitle color.
final
profileTitleColor Color?
Defines the profile title color.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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