mouseCursor property

MouseCursor? mouseCursor
final

The cursor shown when a pointer hovers over the container (web / desktop). If null, SystemMouseCursors.click is used while the container is enabled.

Implementation

final MouseCursor? mouseCursor;