mouseCursor property

MouseCursor? mouseCursor
final

The cursor for a mouse pointer when it enters or is hovering over the tiles.

If this property is null, SystemMouseCursors.click will be used.

Implementation

final MouseCursor? mouseCursor;