DrawerChildListDelegate class

Drawer列表创建代理

Inheritance

Constructors

DrawerChildListDelegate({required List<Widget> children, bool enable = false, DrawerHeader? header, Widget? footer})
const

Properties

children List<Widget>
final
enable bool
final
final
hashCode int
The hash code for this object.
no setterinherited
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildFooter() Widget?
底部控件
override
buildHeader() DrawerHeader?
定制头部
override
buildList(BuildContext context) List<Widget>
构建菜单列表
override
enableHeader() bool
是否显示头部定制区域
override
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