SimpleSidebarThemeData class

Constructors

SimpleSidebarThemeData({Color? selectedIconColor = Colors.white, Color? unselectedIconColor = Colors.grey, TextStyle? selectedTextStyle = const TextStyle(fontSize: 16, color: Colors.white, fontWeight: FontWeight.bold), TextStyle? unselectedTextStyle = const TextStyle(fontSize: 16, color: Colors.grey, fontWeight: FontWeight.bold), Color? expandedBackgroundColor = Colors.blueGrey, Color? collapsedBackgroundColor = Colors.blueGrey, BorderRadius? expandedShape = const BorderRadius.all(Radius.circular(8)), BorderRadius? collapsedShape = const BorderRadius.all(Radius.circular(8)), double? elevation = 5, double? iconSize = 24, double? expandedWidth = 400, double? collapsedWidth = 50, EdgeInsetsGeometry? padding = const EdgeInsets.all(4), EdgeInsetsGeometry? margin = const EdgeInsets.all(8), Duration transitionDuration = const Duration(milliseconds: 300)})

Properties

collapsedBackgroundColor Color?
getter/setter pair
collapsedShape BorderRadius?
getter/setter pair
collapsedWidth double?
getter/setter pair
elevation double?
getter/setter pair
expandedBackgroundColor Color?
getter/setter pair
expandedShape BorderRadius?
getter/setter pair
expandedWidth double?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
iconSize double?
getter/setter pair
margin EdgeInsetsGeometry?
getter/setter pair
padding EdgeInsetsGeometry?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIconColor Color?
getter/setter pair
selectedTextStyle TextStyle?
getter/setter pair
transitionDuration Duration
getter/setter pair
unselectedIconColor Color?
getter/setter pair
unselectedTextStyle TextStyle?
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