ScrollableAreaArrows constructor

const ScrollableAreaArrows({
  1. bool top = true,
  2. bool bottom = true,
  3. bool start = true,
  4. bool end = true,
  5. double margin = 10,
})

Implementation

const ScrollableAreaArrows({
  this.top = true,
  this.bottom = true,
  this.start = true,
  this.end = true,
  this.margin = 10,
});