tileColor property Null safety
final
Defines the background color of ListTile when selected is false.
When the value is null, the tileColor is set to ListTileTheme.tileColor
if it's not null and to Colors.transparent if it's null.
Implementation
final Color? tileColor;