OutputMeterOptions constructor

OutputMeterOptions(
  1. bool drawAc,
  2. bool drawBorder,
  3. bool drawTicks,
  4. DeflectionDirection deflectionDirection,
)

Implementation

OutputMeterOptions(
    this.drawAc, this.drawBorder, this.drawTicks, this.deflectionDirection);