onHover property
final
Called when a pointer enters or exits the row.
The boolean value passed to the callback is true if a pointer has entered the row and false when a pointer has exited the row.
Implementation
final ValueChanged<bool>? onHover;