mouseCursor property

MouseCursor? mouseCursor
final

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

If mouseCursor is a WidgetStateMouseCursor, its resolve method can define the appearance of the cursor depending on whether WidgetState.selected is active.

If null, then the value of BottomNavigationBarThemeData.mouseCursor is used. If that is also null, then WidgetStateMouseCursor.clickable is used.

Implementation

final MouseCursor? mouseCursor;