Choice constructor

const Choice({
  1. String? title,
  2. IconData? icon,
})

Implementation

const Choice({this.title, this.icon});