UiOverflowBox constructor
const
UiOverflowBox({})
UiWidget for OverflowBox, or AnimatedOverflowBox if duration is present.
Implementation
const UiOverflowBox({
super.key,
this.alignment = Alignment.center,
this.minSize,
this.maxSize,
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
this.minDimension,
this.maxDimension,
super.duration,
super.curve,
super.onEnd,
super.child,
});