PanelySidebarTheme class
Constructors
- PanelySidebarTheme({Color backgroundColor = const Color(0xFF131314), Color disabledMenuItemBackgroundColor = const Color(0xFF757575), Color activedMenuItemBackgroundColor = const Color(0xFF2d2d31), TextStyle activeMenuItemTextStyle = const TextStyle(fontFamily: "Poppins", fontSize: 14, color: Colors.white), TextStyle disabledMenuItemTextStyle = const TextStyle(fontFamily: "Poppins", fontSize: 14, color: Color(0xFF424242))})
-
const
Properties
- activedMenuItemBackgroundColor → Color
-
final
- activeMenuItemTextStyle → TextStyle
-
final
- backgroundColor → Color
-
final
- disabledMenuItemBackgroundColor → Color
-
final
- disabledMenuItemTextStyle → TextStyle
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
final
-
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