KannaRotateResult constructor
const
KannaRotateResult({
- Uint8List? pixels,
- @Default(0) int width,
- @Default(0) int height,
- @Default(PixelChannel.c1) PixelChannel pixelChannel,
Implementation
const factory KannaRotateResult({
Uint8List? pixels,
@Default(0) int width,
@Default(0) int height,
@Default(PixelChannel.c1) PixelChannel pixelChannel,
}) = _KannaRotateResult;