onRowHeaderSelected property

void Function(int rowIndex, Object? key)? onRowHeaderSelected
final

Called after a row header tap changes selectionController's row selection (including when it toggles the selection off, in which case key is null). Only fires when enableTapToSelectRowHeader is true.

Implementation

final void Function(int rowIndex, Object? key)? onRowHeaderSelected;