OverflowBox constructor
const
OverflowBox({})
Creates a widget that lets its child overflow itself.
Implementation
const OverflowBox(
{super.key,
this.alignment = Alignment.center,
this.minWidth,
this.maxWidth,
this.minHeight,
this.maxHeight,
this.child});