SelectionModal constructor

SelectionModal({bool filterable, List dataSource, List values, String textField, String valueField })

Implementation

SelectionModal(
    {this.filterable,
    this.dataSource,
    this.values,
    this.textField,
    this.valueField})
    : super();