captureImage method

Future<Image?> captureImage({
  1. double pixelRatio = 2.0,
})

Implementation

Future<ui.Image?> captureImage({double pixelRatio = 2.0}) =>
    ChartExporter.toImage(_key, pixelRatio: pixelRatio);