mouseCursor property

MouseCursor? get mouseCursor

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

If mouseCursor is a WidgetStateMouseCursor, WidgetStateProperty.resolve is used for the following WidgetStates:

If this property is null, WidgetStateMouseCursor.clickable will be used.

Implementation

MouseCursor? get mouseCursor;