selectedTileColor property
final
Defines the background color of ListTile
when selected is true.
When the value if null, the selectedTileColor is set to ListTileTheme.selectedTileColor if it's not null and to Colors.transparent if it's null.
Implementation
final Color? selectedTileColor;