draggable property Null safety

bool draggable

Indicates whether the element can be dragged and dropped.

Other resources

Implementation

bool get draggable native;
void draggable=(bool value)

Implementation

set draggable(bool value) native;