menu
plume package
documentation
framework/container/drawer.dart
DrawerChildListDelegate
buildList method
buildList method
dark_mode
light_mode
buildList
method
@
override
List
<
Widget
>
buildList
(
BuildContext
context
)
override
构建菜单列表
Implementation
@override List<Widget> buildList(BuildContext context) { return children; }
plume package
documentation
framework/container/drawer
DrawerChildListDelegate
buildList method
DrawerChildListDelegate class