PickerBottomSheet constructor
const
PickerBottomSheet({
- Key? key,
- PickerController? controller,
Implementation
const PickerBottomSheet({
super.key,
this.controller,
});