DropdownQueryWidget constructor

DropdownQueryWidget(
  1. String field,
  2. IntOptions options, {
  3. required String label,
  4. int? value,
  5. String? emptyText,
  6. QueryConditionChange? onChange,
})

Implementation

DropdownQueryWidget(this.field, this.options, {required this.label, this.value, this.emptyText, QueryConditionChange? onChange}) : super() {
  onConditionChange = onChange;
}