CDKPickerButtonsBar constructor
const
CDKPickerButtonsBar({})
Implementation
const CDKPickerButtonsBar({
Key? key,
required this.selectedStates,
required this.options,
this.onChanged,
this.allowsMultipleSelection = false,
}) : super(key: key);