Ruler.real constructor
Ruler.real({})
Implementation
Ruler.real({
MeasureSystem system = MeasureSystem.metric,
int graduation = 8,
super.key,
this.axis = Axis.horizontal,
this.numberSide,
this.notchSide,
this.numberTextStyle,
this.notchScaleFactor,
this.notchColor,
this.showBase,
this.numberSpacing,
this.thickness,
}) : _rulerType = _RulerType.real,
notchWidth = system.toDistanceUnit(graduation),
notchCount = null;