PickerController constructor

PickerController({
  1. dynamic onGiphyReceived(
    1. String? gif
    )?,
  2. dynamic onImageReceived(
    1. List<AssetEntity>? images
    )?,
})

Implementation

PickerController({this.onGiphyReceived, this.onImageReceived});