static Future<bool> onDrag(IDragDrop draggable) async { return await EventHandler(draggable as WidgetModel) .execute(draggable.onDragObservable); }