KannaRotateResults constructor
const
KannaRotateResults({
- Uint8List? pixels,
- @Default(0) int width,
- @Default(0) int height,
- @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;