cursor property

ButtonState<MouseCursor>? cursor
final

The cursor of this hover button. If null, MouseCursor.defer is used

Implementation

final ButtonState<MouseCursor>? cursor;