GeneralPickerView constructor

const GeneralPickerView({
  1. Key? key,
  2. List? data,
  3. PickerStyle? style,
  4. PickerResultCallback? onResult,
})

Implementation

const GeneralPickerView({super.key, this.data, this.style, this.onResult});