UiLimitedBox constructor
const
UiLimitedBox({})
UiWidget for LimitedBox, or AnimatedLimitedBox if duration is present.
Implementation
const UiLimitedBox({
super.key,
this.maxSize,
this.maxWidth,
this.maxHeight,
this.maxDimension,
super.duration,
super.curve,
super.onEnd,
super.child,
});