isInMutuallyExclusiveGroup property

bool isInMutuallyExclusiveGroup
final

Whether a semantic node is in a mutually exclusive group.

For example, a radio button is in a mutually exclusive group because only one radio button in that group can be marked as isChecked.

Implementation

final bool isInMutuallyExclusiveGroup;