rulersOffset property

double? rulersOffset
finalinherited

rulersOffset Sets the gap between the rulers and the LinearGauge

Note : rulersOffset works for rulerPosition- [RulerPosition.top] & [RulerPosition.bottom] only

default is to rulersOffset = 0.0

Example

child: const LinearGauge(
rulers : RulerStyle(
 rulersOffset: 10.0,
),

Implementation

final double? rulersOffset;