RadioPicker constructor
RadioPicker({})
Implementation
RadioPicker({
Key? key,
required this.items,
required this.values,
this.initialValue,
required this.onChanged,
}) : super(key: key);
RadioPicker({
Key? key,
required this.items,
required this.values,
this.initialValue,
required this.onChanged,
}) : super(key: key);