selectedTileColor property

Color? selectedTileColor
final

Defines the background color of MongolListTile when selected is true.

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

Implementation

final Color? selectedTileColor;