RightBarTheme class

Constructors

RightBarTheme({Color disabled = const Color(0xffffffff), Color activeSwitchBorderColor = const Color(0xff727cf5), Color inactiveSwitchBorderColor = const Color(0xffdee2e6), Color onDisabled = const Color(0xff313a46)})

Properties

activeSwitchBorderColor Color
final
disabled Color
final
hashCode int
The hash code for this object.
no setterinherited
inactiveSwitchBorderColor Color
final
onDisabled 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

darkRightBarTheme RightBarTheme
final
lightRightBarTheme RightBarTheme
final