secondaryRulerColor property
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(
rulers : RulerStyle(
secondaryRulerColor: Colors.green,
)
),
Implementation
final Color? secondaryRulerColor;