secondaryRulersHeight property

double? secondaryRulersHeight
final

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(
 secondaryRulersHeight: 20,
),

Implementation

final double? secondaryRulersHeight;