Menu constructor

Menu(
  1. List<String> choices, {
  2. String title = '',
})

Implementation

Menu(this.choices, {this.title = ''});