SideMenuItemTileDefaults class

Constructors

SideMenuItemTileDefaults({TextStyle? titleStyle, TextStyle? selectedTitleStyle, BorderRadiusGeometry? borderRadius, Color? highlightSelectedColor, Color? hoverColor, Decoration? decoration, Decoration? selectedDecoration, ShapeBorder? shape})
const

Properties

borderRadius BorderRadiusGeometry?
final
decoration Decoration?
final
hashCode int
The hash code for this object.
no setterinherited
highlightSelectedColor Color?
final
hoverColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedDecoration Decoration?
final
selectedTitleStyle TextStyle?
final
shape ShapeBorder?
final
titleStyle TextStyle?
final

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