OverflowRules.symmetric constructor

const OverflowRules.symmetric({
  1. bool vertical = false,
  2. bool horizontal = false,
})

Implementation

const OverflowRules.symmetric({
  bool vertical = false,
  bool horizontal = false,
})  : left = horizontal,
      top = vertical,
      right = horizontal,
      bottom = vertical;