mouseCursor property
final
The cursor for a mouse pointer when it enters or is hovering over the widget.
If null, then the value of SliderThemeData.mouseCursor is used. If that is also null, then MaterialStateMouseCursor.clickable is used.
See also:
- MaterialStateMouseCursor, which can be used to create a
MouseCursor
.
Implementation
final MaterialStateProperty<MouseCursor?>? mouseCursor;