selected property

bool selected
final

Whether to render icons and text in the activeColor.

No effort is made to automatically coordinate the selected state and the checked state. To have the list tile appear selected when the radio button is the selected radio button, set selected to true when value matches groupValue.

Normally, this property is left to its default value, false.

Implementation

final bool selected;