SimpleSidebarTheme class

Constructors

SimpleSidebarTheme({Color expandedBackgroundColor = Colors.blueGrey, Color collapsedBackgroundColor = Colors.blueGrey, Color selectedBackgroundcolor = Colors.white60, Color unselectedBackgroundcolor = Colors.transparent, Color selectedIconColor = Colors.black, Color unselectedIconColor = Colors.black45, Color selectedTextColor = Colors.black, Color unselectedTextColor = Colors.black45, Color hoverColor = Colors.black12, double? expandedWidth, double? collapsedWidth, TextStyle? titleTextTheme, double? distanceBetweenElements})
Creates a new SimpleSidebarTheme

Properties

collapsedBackgroundColor Color
The background color of the sidebar when it is collapsed
getter/setter pair
collapsedWidth double?
The width of the sidebar when it is collapsed
getter/setter pair
distanceBetweenElements double?
The distance between the elements in the sidebar
getter/setter pair
expandedBackgroundColor Color
The background color of the sidebar when it is expanded
getter/setter pair
expandedWidth double?
The width of the sidebar when it is expanded
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hoverColor Color
The color of the sidebar when the mouse is hovering over it
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundcolor Color
The background color of the selected item
getter/setter pair
selectedIconColor Color
The color of the selected icon
getter/setter pair
selectedTextColor Color
The color of the text of the selected item
getter/setter pair
titleTextTheme TextStyle?
The text style of the title
getter/setter pair
unselectedBackgroundcolor Color
The background color of the unselected item
getter/setter pair
unselectedIconColor Color
The color of the unselected icon
getter/setter pair
unselectedTextColor Color
The color of the text of the unselected item
getter/setter pair

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