NyFormPicker constructor
NyFormPicker({})
Creates a NyFormPicker widget
Implementation
NyFormPicker(
{super.key,
required String name,
required List<String> options,
String? selectedValue,
this.onChanged})
: field = Field(name, value: selectedValue)
..cast = FormCast.picker(options: options);