Overflow.only constructor
const
Overflow.only({
- OverflowValue? x,
- OverflowValue? y,
Create an overflow with individual values for horizontal and vertical directions.
Implementation
const factory Overflow.only({OverflowValue? x, OverflowValue? y}) = _OnlyOverflow;