setSecondaryRulerColor property

void setSecondaryRulerColor=(dynamic secondaryRulerColor)

Implementation

set setSecondaryRulerColor(secondaryRulerColor) {
  if (_secondaryRulerColor == secondaryRulerColor) return;
  _secondaryRulerColor = secondaryRulerColor;
  markNeedsPaint();
}