const DropdownFieldWidget({ Key? key, required this.schema, required this.onChanged, }) : super(key: key);