dragType property
DragType
get
dragType
The drag/resize this event is currently undergoing, or DragType.none when idle. Exposed (#78) so the widget overlay can hand the live drag state to a custom PlannerEntryBuilder (via PlannerEntryLayout.dragType).
Implementation
DragType get dragType => _dragType;