MultiSelectProp constructor

MultiSelectProp({
  1. List<MultiSelectOption> options = const <MultiSelectOption>[],
})

Main multi select constructor.

Can receive the list6 of the options.

Implementation

MultiSelectProp({this.options: const <MultiSelectOption>[]});