OverflowBox constructor Null safety
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,
super.child,
});