pointerAlignment property

  1. @override
PointerAlignment pointerAlignment
final

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

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

Implementation

@override
final PointerAlignment pointerAlignment;