public property cursor as String
Mouse cursor displayed while the pointer is over this widget.
Custom controls may update this property from mouseMoved to expose context-sensitive interactions such as individual resize handles. Native backends apply the new value during the same pointer event.
canvas.cursor = CursorShape.CROSSHAIR