UiSizedBox constructor
const
UiSizedBox({})
UiWidget for SizedBox, or AnimatedSizedBox if duration is present.
Implementation
const UiSizedBox({
super.key,
this.size,
this.width,
this.height,
this.dimension,
super.duration,
super.curve,
super.onEnd,
super.child,
});