DropDownEditWidgetBuilder constructor

DropDownEditWidgetBuilder({
  1. required TypeRegistry typeRegistry,
})

Implementation

DropDownEditWidgetBuilder({required this.typeRegistry})
    : super(name: "dropdown", edit: true);