IndicatorInsets constructor

IndicatorInsets({
  1. Indicator? left,
  2. Indicator? top,
  3. Indicator? right,
  4. Indicator? bottom,
  5. Indicator? topLeft,
  6. Indicator? topRight,
  7. Indicator? bottomLeft,
  8. Indicator? bottomRight,
})

Implementation

IndicatorInsets({
  this.left,
  this.top,
  this.right,
  this.bottom,
  this.topLeft,
  this.topRight,
  this.bottomLeft,
  this.bottomRight,
});