selectedTileColor property

Color? selectedTileColor
final

If specified, defines the background color for MongolListTile when MongolListTile.selected is true.

If MongolListTile.selectedTileColor is provided, selectedTileColor is ignored.

Implementation

final Color? selectedTileColor;