mouseCursor property
final
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:
When value is null and tristate is true, WidgetState.selected is included as a state.
If this property is null, the value of CheckboxThemeData.mouseCursor is used. If that is also null, WidgetStateMouseCursor.adaptiveClickable is used.
Implementation
final MouseCursor? mouseCursor;