OverflowBounds constructor
const
OverflowBounds({})
Creates an OverflowBounds with the specified overflow amounts.
All parameters default to 0 if not specified, indicating no overflow.
Implementation
const OverflowBounds({
required this.top,
required this.bottom,
required this.left,
required this.right,
});