secondaryRulerColor property

Color? secondaryRulerColor
final

secondaryRulerColor sets the color of the ruler which are in the between of ruler attached to labels

default is to `secondaryRulerColor =Colors.grey

Example

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

Implementation

final Color? secondaryRulerColor;