Returns the current drawing as a byte array.
Future<Uint8List?> getDrawingAsBytes() { return canvasKey.toBytes(); }