ComposeImageResult constructor

ComposeImageResult({
  1. required Uint8List imageBytes,
  2. required int width,
  3. required int height,
})

Implementation

ComposeImageResult({
  required this.imageBytes,
  required this.width,
  required this.height,
});