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