setSecondaryRulersWidth property

void setSecondaryRulersWidth=(dynamic secondaryRulersWidth)

Implementation

set setSecondaryRulersWidth(secondaryRulersWidth) {
  if (_secondaryRulersWidth == secondaryRulersWidth) return;

  _secondaryRulersWidth = secondaryRulersWidth;
  markNeedsPaint();
}