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