LeftBarTheme class

Constructors

LeftBarTheme({Color background = const Color(0xffffffff), Color onBackground = const Color(0xff313a46), Color labelColor = const Color(0xff6c757d), Color activeItemColor = const Color(0xff006784), Color activeItemBackground = const Color(0x14006784)})

Properties

activeItemBackground Color
final
activeItemColor Color
final
background Color
final
hashCode int
The hash code for this object.
no setterinherited
labelColor Color
final
onBackground 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

Static Properties

darkLeftBarTheme LeftBarTheme
final
lightLeftBarTheme LeftBarTheme
final

Static Methods

getThemeFromType(LeftBarThemeType leftBarThemeType) LeftBarTheme