cursor property
The mouse cursor displayed when hovering over the drag handle.
Type: MouseCursor?. If null, uses SystemMouseCursors.grab when enabled,
or MouseCursor.defer when disabled. Changes to SystemMouseCursors.grabbing
during active drag operations.
Implementation
final MouseCursor? cursor;