DrawerContainer constructor
const
DrawerContainer({})
Creates a data-driven drawer container.
Implementation
const DrawerContainer({
super.key,
required this.child,
this.startPadding = 0,
this.endPadding = 0,
this.size,
this.alignment = 0,
this.expands = false,
this.intrinsic = true,
});