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