DrawerChildBuilderDelegate constructor
const
DrawerChildBuilderDelegate({
- bool enable = false,
- required int childCount,
- required IndexedWidgetBuilder builder,
- DrawerHeader? header,
Implementation
const DrawerChildBuilderDelegate({
this.enable = false,
required this.childCount,
required this.builder,
this.footer,
this.header,
});