tileColor property

Color? tileColor
final

Defines the background color of MongolListTile when selected is false.

When the value is null, the tileColor is set to MongolListTileTheme.tileColor if it's not null and to Colors.transparent if it's null.

Implementation

final Color? tileColor;