Choice constructor

Choice({
  1. required String label,
  2. required Function callback,
})

Implementation

Choice({required this.label, required this.callback});