DrawerContainer.alignStart constructor
const
DrawerContainer.alignStart({})
A drawer container aligned to the cross-axis start.
Implementation
const DrawerContainer.alignStart({
super.key,
required this.child,
this.startPadding = 0,
this.endPadding = 0,
this.size,
this.expands = false,
this.intrinsic = true,
}) : alignment = -1;