OverflowRules.only constructor

const OverflowRules.only({
  1. bool left = false,
  2. bool top = false,
  3. bool right = false,
  4. bool bottom = false,
})

Implementation

const OverflowRules.only({
  this.left = false,
  this.top = false,
  this.right = false,
  this.bottom = false,
});