SidebarItemGroup class
Represents a group of sidebar items with a title and collapse functionality.
Constructors
-
SidebarItemGroup({required List<
SidebarItem> children, required bool isCollapsed, required bool showAndHide, required String title}) -
Creates a sidebar item group.
const
Properties
-
children
→ List<
SidebarItem> -
The list of sidebar items in the group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCollapsed → bool
-
Indicates whether the group is collapsed.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAndHide → bool
-
Indicates whether the group can be shown or hidden.
final
- title → String
-
The title of the sidebar item group.
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