BoxDrawer constructor
const
BoxDrawer({})
Implementation
const BoxDrawer({
Key? key,
required this.child,
this.drawer,
this.animatedHeader,
this.headerHeight,
this.alignment = DrawerAlignment.end,
this.showDrawerOpener = true,
this.drawerOpenerTopMargin = 5,
}) : assert(
drawer == null || animatedHeader == null || headerHeight != null),
super(key: key);