SideDrawerBuilder<ItemType, IdType> class abstract

Implementers

Constructors

SideDrawerBuilder()

Properties

drawer SideDrawer<IdType>?
no setter
hashCode int
The hash code for this object.
no setterinherited
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedId → IdType?
no setter

Methods

build(BuildContext context) Widget
buildItem(BuildContext context, ItemType t, bool selected) Widget
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onSelected(IdType id) → dynamic
set(SideDrawer<IdType> drawer, MenuController? menuController) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited