primaryRulersHeight property

double? primaryRulersHeight
final

primaryRulersHeight set the Height of the Rulers which are attached to the labels

default is to primaryRulersHeight =10.0`

Example

child: const LinearGauge(
 primaryRulersHeight: 20,
),

Implementation

final double? primaryRulersHeight;