DrawerChildListDelegate constructor
const
DrawerChildListDelegate({})
Implementation
const DrawerChildListDelegate({
required this.children,
this.enable = false,
this.header,
this.footer,
}) : super(
header: header,
footer: footer,
);