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