toggleSelectedOnValueChange property

bool? toggleSelectedOnValueChange
final

A value for deciding whether make ListTile widget selected or not. If true, ListTileTheme.selectedColor will be the value of activeSwitchColor.

Implementation

final bool? toggleSelectedOnValueChange;