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