color property

Color color
final

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;