setWallpaperFromRepaintBoundary static method
Future<bool>
setWallpaperFromRepaintBoundary(
- GlobalKey<
State< boundaryKey,StatefulWidget> > - String target, {
- double pixelRatio = 2.5,
Implementation
static Future<bool> setWallpaperFromRepaintBoundary(
GlobalKey boundaryKey,
String target, {
double pixelRatio = 2.5,
}) {
return WallpaperPluginPlatform.instance.setWallpaper(
boundaryKey,
target,
pixelRatio: pixelRatio,
);
}