mouseCursor property

MaterialStateProperty<MouseCursor?>? mouseCursor
final

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

WidgetStateProperty.resolve is used for the following WidgetStates:

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

See also:

Implementation

final MaterialStateProperty<MouseCursor?>? mouseCursor;