cursor property

  1. @override
MouseCursor get cursor
override

Represents the mouse cursor style when hovers on our chart In the future we can change it runtime, for example we can turn it to SystemMouseCursors.click when mouse hovers a specific point of our chart.

Implementation

@override
MouseCursor get cursor => _latestMouseCursor;