WidgetSideDrawerBuilder<T> class

Inheritance

Constructors

WidgetSideDrawerBuilder(Widget child)

Properties

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

Methods

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

Operators

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