selectOnItemTap property

bool selectOnItemTap
final

Whether tapping a list item selects it.

Defaults to true (tapping the row selects the item). Set to false to take full control of selection from inside listItemBuilder — the row no longer auto-selects, and your builder decides when to call the onItemSelect callback it receives.

Implementation

final bool selectOnItemTap;