pointerAlignment property

PointerAlignment pointerAlignment
final

Pointer Alignment on the LinearGauge sets the alignment of pointer on the LinearGauge

const LinearGauge(
 pointer: Pointer(
pointerAlignment :PointerAlignment.start,
),
),

Implementation

final PointerAlignment pointerAlignment;