inputMouseCursor property

ButtonState<MouseCursor> inputMouseCursor
final

The mouse cursor used by many inputs, such as Button, RadioButton and ToggleSwitch. By default, if the state is pressing or hovering, SystemMouseCursors.click is used, otherwise MouseCursor.defer is used.

Implementation

final ButtonState<MouseCursor> inputMouseCursor;