draggable property
bool
get
draggable
Implementation
bool get draggable => js_util.getProperty(this, 'draggable');
set
draggable
(bool newValue)
Implementation
set draggable(bool newValue) {
js_util.setProperty(this, 'draggable', newValue);
}