FPicker constructor
const
FPicker({
- required List<
Widget> children, - FPickerController? controller,
- FPickerStyle style()?,
- ValueChanged<
List< ? onChange,int> > - Key? key,
Creates a FPicker with several wheels, and optionally, separators.
Implementation
const FPicker({required this.children, this.controller, this.style, this.onChange, super.key});