selectedColor property
final
Defines the color used for icons and text when the list tile is selected.
If this property is null then ListTileThemeData.selectedColor is used. If that is also null then ColorScheme.primary is used.
See also:
- ListTileTheme.of, which returns the nearest ListTileTheme's ListTileThemeData.
Implementation
final Color? selectedColor;