Overflow.only constructor

const Overflow.only({
  1. OverflowValue? x,
  2. OverflowValue? y,
})

Create an overflow with individual values for horizontal and vertical directions.

Implementation

const factory Overflow.only({OverflowValue? x, OverflowValue? y}) = _OnlyOverflow;