highlightRowOnHover property

bool highlightRowOnHover
final

Decides whether to highlight a row when mouse hovers over it.

see also,

  • SfDataGridThemeData.rowHoverColor – This helps you to change row highlighting color on hovering.
  • SfDataGridThemeData.rowHoverTextStyle – This helps you to change the TextStyle of row on hovering.

Implementation

final bool highlightRowOnHover;