LayerContentRenderer typedef

LayerContentRenderer = Future<Image> Function(double pixelRatio)

Renders a layer's untransformed content at pixelRatio.

Implementation

typedef LayerContentRenderer = Future<ui.Image> Function(double pixelRatio);