mouseCursor property

MouseCursor mouseCursor
final

The cursor for a mouse pointer when it enters or is hovering over the widget.

The mouseCursor defaults to MouseCursor.defer, deferring the choice of cursor to the next region behind it in hit-test order.

Implementation

final MouseCursor mouseCursor;