draggable property

bool draggable

Implementation

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

Implementation

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