DrawerChildListDelegate constructor
const
DrawerChildListDelegate({
- required List<
Widget> children, - bool enable = false,
- DrawerHeader? header,
Implementation
const DrawerChildListDelegate({
required this.children,
this.enable = false,
this.header,
this.footer,
}) : super(
header: header,
footer: footer,
);