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