Ejemplo n.º 1
0
 public ChoiceCard(Key key = null, Choice choice = null) : base(key: key)
 {
     this.choice = choice;
 }
Ejemplo n.º 2
0
 void _select(Choice choice)
 {
     this.setState(() => { this._selectedChoice = choice; });
 }