cursor property

MouseCursor? cursor
final

The mouse cursor displayed over the button, overriding the theme default if specified. Typically SystemMouseCursors.click when enabled.

Implementation

final MouseCursor? cursor;