primaryRulersHeight property
primaryRulersHeight
set the Height of the Rulers which are attached to the labels
default is to primaryRulersHeight =
10.0`
Example
child: const LinearGauge(
rulers : RulerStyle(
primaryRulersHeight: 20,
)
),
Implementation
final double? primaryRulersHeight;