mouseCursor property
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:
- MaterialStateMouseCursor, which can be used to create a
MouseCursor
.
Implementation
final MaterialStateProperty<MouseCursor?>? mouseCursor;