textColor property Null safety
final
Defines the default color for the title and subtitle.
If this property is null then ListTileThemeData.textColor 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? textColor;