CropPage constructor

const CropPage({
  1. Key? key,
  2. required Uint8List imageBytes,
  3. double? aspectRatio,
})

Implementation

const CropPage({super.key, required this.imageBytes, this.aspectRatio});