mouseCursor property

MouseCursor? mouseCursor
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;