snapToLines property

bool snapToLines

Implementation

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

Implementation

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