PickerController constructor
PickerController({
- dynamic onGiphyReceived(
- String? gif
- dynamic onImageReceived(
- List<
AssetEntity> ? images
- List<
Implementation
PickerController({this.onGiphyReceived, this.onImageReceived});