mouseCursor property

MaterialStateProperty<MouseCursor?>? mouseCursor
final

The cursor for a mouse pointer when it enters or is hovering over the widget.

If mouseCursor is a WidgetStateMouseCursor, WidgetStateProperty.resolve is used for the following WidgetStates:

如果指定,则覆盖 TxRadio.mouseCursor 的默认值。

Implementation

final MaterialStateProperty<MouseCursor?>? mouseCursor;