resetOnCardChanges property

  1. @Input()
bool resetOnCardChanges
getter/setter pair

Whether to reset the card selection when there are card changes.

If a card is added or removed, and this is set to true, then all cards will be deselected. For ScoreboardType.radio, the first card will be selected.

Implementation

@Input()
bool resetOnCardChanges = false;