iconColor property Null safety
final
Defines the default color for leading and trailing icons.
If this property is null then ListTileThemeData.iconColor is used.
See also:
- ListTileTheme.of, which returns the nearest ListTileTheme's ListTileThemeData.
Implementation
final Color? iconColor;