BoxyFlexible constructor
const
BoxyFlexible({})
Implementation
const BoxyFlexible({
super.key,
this.flex = 1,
this.fit = FlexFit.loose,
this.dominant = false,
this.crossAxisAlignment,
required super.child,
});