options property

FormCollection options
final

Collection of options that will be displayed in the dropdown picker.

Each option contains a value and label pair, where the value is returned in the onChanged callback and the label is displayed to the user.

Implementation

final FormCollection options;