mouseCursor property

MouseCursor? mouseCursor
final

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

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

If null, then SystemMouseCursors.basic is used when this radio button is disabled. When this radio button is enabled, SystemMouseCursors.click is used on Web, and SystemMouseCursors.basic is used on other platforms.

See also:

Implementation

final MouseCursor? mouseCursor;