primaryRulerColor property

Color? primaryRulerColor
final

primaryRulerColor sets the color of the ruler which is attached to labels

default is to `primaryRulerColor =Colors.grey

Example

child: const LinearGauge(
 primaryRulerColor: Colors.green,
),

Implementation

final Color? primaryRulerColor;