UIKitAlbum constructor

const UIKitAlbum({
  1. required MediaType mediaType,
  2. int limit = 1,
  3. dynamic callback(
    1. CameraAlbumBack back
    )?,
  4. void onChanged(
    1. List identifier,
    2. List duration,
    3. List widths,
    4. List heights,
    )?,
  5. VoidCallback? onLimitCallback,
  6. CameraAlbumConfig? config,
})

Implementation

const UIKitAlbum(
    {
    required this.mediaType,
    this.limit = 1,
    this.callback,
    this.onChanged,
    this.onLimitCallback,
    this.config});