UiExpanded constructor
const
UiExpanded({})
UiWidget for Expanded, or AnimatedExpanded if duration is present.
Implementation
const UiExpanded({
super.key,
this.flex = 1,
super.duration,
super.curve,
super.onEnd,
super.child,
});