currentCursor property

MouseCursor get currentCursor

Gets the current mouse cursor style (package-private).

Changes based on what the mouse is hovering over and current interaction state.

Implementation

MouseCursor get currentCursor => interaction.cursor;