primaryRulersWidth property

double? primaryRulersWidth
final

primaryRulersWidth set the width of the Rulers which are attached to the labels

default is to primaryRulersWidth =1.0`

Example

child: const LinearGauge(
 primaryRulersWidth: 2,
),

Implementation

final double? primaryRulersWidth;