KannaRotateResults constructor

const KannaRotateResults({
  1. Uint8List? pixels,
  2. @Default(0) int width,
  3. @Default(0) int height,
  4. @Default(PixelChannel.c1) PixelChannel pixelChannel,
})

Implementation

const factory KannaRotateResults({
  Uint8List? pixels,
  @Default(0) int width,
  @Default(0) int height,
  @Default(PixelChannel.c1) PixelChannel pixelChannel,
}) = _KannaRotateResults;