mouseCursor property
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:
- WidgetStateMouseCursor, a MouseCursor that implements
WidgetStateProperty
which is used in APIs that need to accept either a MouseCursor or a WidgetStateProperty<MouseCursor>.
Implementation
final MouseCursor? mouseCursor;