IndicatorPosition constructor

const IndicatorPosition(
  1. double? top,
  2. double? left,
  3. double? right,
  4. double? bottom,
  5. double? width,
  6. double? height,
)

Implementation

const IndicatorPosition(
  this.top,
  this.left,
  this.right,
  this.bottom,
  this.width,
  this.height,
);