color property
color
Sets the color of the pointer on the LinearGauge
const LinearGauge(
pointer: Pointer(
color: Colors.blue,
),
),
default is to Colors.blue
Implementation
final Color color;
color
Sets the color of the pointer on the LinearGauge
const LinearGauge(
pointer: Pointer(
color: Colors.blue,
),
),
default is to Colors.blue
final Color color;