mouseCursor property
final
The cursor for a mouse pointer when it enters or is hovering over the drag handle.
If mouseCursor is a WidgetStateMouseCursor, WidgetStateProperty.resolve is used for the following WidgetStates:
If this property is null, SystemMouseCursors.grab will be used when hovering, and SystemMouseCursors.grabbing when dragging.
Implementation
final MouseCursor? mouseCursor;