selectionMode property

ListTileSelectionMode selectionMode
final

How the tile selection will behave within the list

See also:

  • selected, which tells the widget whether it's selected or not
  • onSelectionChange, which is called when the selection changes

Implementation

final ListTileSelectionMode selectionMode;