mouseCursor property

MaterialStateProperty<MouseCursor?>? mouseCursor
final

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

MaterialStateProperty.resolve is used for the following MaterialStates:

If this is null, then the value of DataTableThemeData.headingCellCursor is used. If that's null, then MaterialStateMouseCursor.clickable is used.

See also:

Implementation

final MaterialStateProperty<MouseCursor?>? mouseCursor;