pointerAlignment property
Pointer Alignment on the LinearGauge sets the alignment of pointer
on the LinearGauge
const LinearGauge(
pointer: Pointer(
pointerAlignment :PointerAlignment.start,
),
),
Implementation
final PointerAlignment pointerAlignment;