rulerPosition property

RulerPosition? rulerPosition
final

rulerPosition Sets the position of the rulers (top,center,bottom)

default is to `rulerPosition =RulerPosition.bottom

Example

child: const LinearGauge(
rulers : RulerStyle(
 rulerPosition: RulerPosition.bottom,
),

Implementation

final RulerPosition? rulerPosition;