textColor property

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

Implementation

final Color? textColor;