textColor property Null safety
final
The color of the tile's titles when the sublist is expanded.
Used to override to the ListTileThemeData.textColor.
If this property is null then ExpansionTileThemeData.textColor is used. If that is also null then the value of ListTileThemeData.textColor is used.
See also:
- ExpansionTileTheme.of, which returns the nearest ExpansionTileTheme's ExpansionTileThemeData.
Implementation
final Color? textColor;