backgroundColor property Null safety
final
The backgroundColor of the tile in normal state. Once the tile is tapped, the background color switches to backgroundColorActivated. It is set to match the iOS look by default.
Implementation
final Color? backgroundColor;