MiddleOfExpanded constructor
const
MiddleOfExpanded({})
Implementation
const MiddleOfExpanded(
{Key? key,
required this.child,
this.flex = 1,
this.childFlex = 1,
this.scrollDirection = Axis.horizontal})
: super(key: key);