SelectCard constructor

const SelectCard({
  1. Key? key,
  2. required Choice choice,
})

Implementation

const SelectCard({Key? key, required this.choice}) : super(key: key);