shape property
shape
Sets the shape of the pointer on the LinearGauge
const LinearGauge(
pointer: Pointer(
shape: PointerShape.circle,
),
)
default is to PointerShape.circle PointerShape has 4 types of shapes
Implementation
final PointerShape shape;