DropdownQueryWidget constructor
DropdownQueryWidget(
- String field,
- IntOptions options, {
- required String label,
- int? value,
- String? emptyText,
- QueryConditionChange? onChange,
Implementation
DropdownQueryWidget(this.field, this.options, {required this.label, this.value, this.emptyText, QueryConditionChange? onChange}) : super() {
onConditionChange = onChange;
}