Axis constructor

const Axis(
  1. int index,
  2. bool hasXComponent,
  3. bool hasYComponent,
  4. String name,
)

Const constructor.

Implementation

const Axis(int this.index, bool this.hasXComponent, bool this.hasYComponent, String this.name);