DropDownWidgetBuilder constructor

DropDownWidgetBuilder({
  1. required TypeRegistry typeRegistry,
})

Implementation

DropDownWidgetBuilder({required this.typeRegistry}) : super(name: "dropdown");