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