DrawerChildListDelegate class
Drawer列表创建代理
- Inheritance
-
- Object
- DrawerDelegate
- DrawerChildListDelegate
Constructors
-
DrawerChildListDelegate({required List<
Widget> children, bool enable = false, DrawerHeader? header, }) -
const
Properties
Methods
-
底部控件
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