primaryRulersWidth property
primaryRulersWidth
set the width of the Rulers which are attached to the labels
default is to primaryRulersWidth =
1.0`
Example
child: const LinearGauge(
rulers : RulerStyle(
primaryRulersWidth: 2,
)
),
Implementation
final double? primaryRulersWidth;