mouseCursor property
final
The cursor for a mouse pointer when it enters or is hovering over the widget.
If this property is null, MouseCursor.defer will be used.
Implementation
final MouseCursor? mouseCursor;
The cursor for a mouse pointer when it enters or is hovering over the widget.
If this property is null, MouseCursor.defer will be used.
final MouseCursor? mouseCursor;