mouseCursor property

MouseCursor? mouseCursor
final

Default TabBar parameter

The cursor for a mouse pointer when it enters or is hovering over the individual tab widgets.

If mouseCursor is a MaterialStateProperty, MaterialStateProperty.resolve is used for the following MaterialStates:

MaterialState.selected. If null, then the value of TabBarTheme.mouseCursor is used. If that is also null, then MaterialStateMouseCursor.clickable is used.

See also:

MaterialStateMouseCursor, which can be used to create a MouseCursor that is also a MaterialStateProperty.

Implementation

final MouseCursor? mouseCursor;