cursor property

MouseCursor? cursor
final

The cursor to display when hovering over the element.

If null, MouseCursor.defer is used.

Implementation

final MouseCursor? cursor;