TSidebarItem class

Constructors

TSidebarItem({Widget? page, IconData? icon, String? text, String? route, List<TSidebarItem>? children, VoidCallback? onTap, bool initiallyExpanded = false})
const

Properties

children List<TSidebarItem>?
final
hasChildren bool
no setter
hashCode int
The hash code for this object.
no setterinherited
icon IconData?
final
initiallyExpanded bool
final
isClickable bool
no setter
onTap VoidCallback?
final
page Widget?
final
route String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
final

Methods

containsRoute(String currentRoute) bool
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