SelectionList constructor

const SelectionList(
  1. List elements,
  2. CountryCode? initialSelection,
  3. String? hintText,
  4. String? title,
  5. String? desc, {
  6. Key? key,
})

Implementation

const SelectionList(this.elements, this.initialSelection, this.hintText,
    this.title, this.desc,
    {Key? key})
    : super(key: key);