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