GeneralPickerView constructor
const
GeneralPickerView({
- Key? key,
- List? data,
- PickerStyle? style,
- PickerResultCallback? onResult,
Implementation
const GeneralPickerView({super.key, this.data, this.style, this.onResult});