SideMenuExpansionItem class

Constructors

SideMenuExpansionItem({Key? key, String? title, Icon? icon, Widget? iconWidget, required List<SideMenuItem> children})
const

Properties

children List<SideMenuItem>
final
hashCode int
The hash code for this object.
no setterinherited
icon Icon?
A Icon to display before title
final
iconWidget Widget?
This is displayed instead if icon is null
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Side Menu Item
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