snapToLines property

bool get snapToLines

Implementation

bool get snapToLines => js_util.getProperty(this, 'snapToLines');
set snapToLines (bool newValue)

Implementation

set snapToLines(bool newValue) {
  js_util.setProperty(this, 'snapToLines', newValue);
}