quarterTurns property

QuarterTurns quarterTurns
final

quarterTurns Sets the rotation of the label of pointer

const LinearGauge(
  pointer: Pointer(
  quarterTurns: QuarterTurns.one,
  shape: PointerShape.rectangle,
  value: 50.0,
 ),
),

Implementation

final QuarterTurns quarterTurns;