Returns the current drawing as a base64 string.
Future<String?> getDrawingAsBase64() { return canvasKey.toBase64(); }