selectedColor property

Color? selectedColor
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:

Implementation

final Color? selectedColor;