labelOffset property
labelOffset
Sets the gap of the label from the primary ruler
default is to `labelOffset = 0.0
Example
child: const LinearGauge(
rulers : RulerStyle(
labelOffset: 10.0,
),
Implementation
final double? labelOffset;
labelOffset
Sets the gap of the label from the primary ruler
default is to `labelOffset = 0.0
Example
child: const LinearGauge(
rulers : RulerStyle(
labelOffset: 10.0,
),
final double? labelOffset;