const PickerWidget({Key? key, required this.data, required Widget child}) : super(key: key, child: child);