secondaryRulersWidth property
secondaryRulersWidth set the width of the Rulers which are in the between of label Rulers
default is to secondaryRulersHeight =1.0`
Example
child: const LinearGauge(
rulers : RulerStyle(
primaryRulersHeight: 20,
)
),
Implementation
final double? secondaryRulersWidth;