ImagePageBuilder constructor

const ImagePageBuilder({
  1. Key? key,
  2. required AssetEntity asset,
  3. List<int>? previewThumbSize,
  4. dynamic updateAnimation(
    1. ExtendedImageGestureState
    )?,
})

Implementation

const ImagePageBuilder({
  Key? key,
  required this.asset,
  this.previewThumbSize,
  this.updateAnimation,
}) : super(key: key);