mouseCursor property
final
The cursor that will be shown when hovering over the button.
If null, defaults to SystemMouseCursors.click on web and MouseCursor.defer on other platforms.
Implementation
final MouseCursor? mouseCursor;
The cursor that will be shown when hovering over the button.
If null, defaults to SystemMouseCursors.click on web and MouseCursor.defer on other platforms.
final MouseCursor? mouseCursor;