secondaryRulersWidth property

double? secondaryRulersWidth
final

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

Implementation

final double? secondaryRulersWidth;