mouseCursor property
final
The cursor for a mouse pointer when it enters or is hovering over the items.
If mouseCursor is a WidgetStateProperty<MouseCursor>, WidgetStateProperty.resolve is used for the following WidgetStates:
If null, then the value of BottomNavigationBarThemeData.mouseCursor is used. If that is also null, then WidgetStateMouseCursor.clickable is used.
See also:
- WidgetStateMouseCursor, which can be used to create a MouseCursor that is also a WidgetStateProperty<MouseCursor>.
Implementation
final MouseCursor? mouseCursor;