mouseCursor property
final
The cursor for a mouse pointer when it enters or is hovering over the widget.
If mouseCursor is a WidgetStateProperty<MouseCursor>, WidgetStateProperty.resolve is used for the following WidgetStates:
If specified, overrides the default value of Radio.mouseCursor. The default value is WidgetStateMouseCursor.clickable.
Implementation
final MaterialStateProperty<MouseCursor?>? mouseCursor;