OverflowBox constructor
OverflowBox({})
Implementation
OverflowBox({
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
this.alignment = Alignment.center,
super.child,
super.key,
});
OverflowBox({
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
this.alignment = Alignment.center,
super.child,
super.key,
});