MenuSideDrawerBuilder<IdType> class

Inheritance

Constructors

Properties

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

Methods

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

Operators

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