useAsImageFromRepaintBoundary method
Future<WallpaperResult>
useAsImageFromRepaintBoundary(
- GlobalKey<
State< boundaryKey, {StatefulWidget> > - double pixelRatio = 2.5,
Shares / uses an image captured from a RepaintBoundary.
Implementation
Future<WallpaperResult> useAsImageFromRepaintBoundary(
GlobalKey boundaryKey, {
double pixelRatio = 2.5,
}) {
throw UnimplementedError(
'useAsImageFromRepaintBoundary() has not been implemented.',
);
}