layout property

WallpaperLayout get layout

The supported wallpaper layouts.

Implementation

WallpaperLayout get layout => WallpaperLayout.fromJS(_wrapped.layout);
set layout (WallpaperLayout v)

Implementation

set layout(WallpaperLayout v) {
  _wrapped.layout = v.toJS;
}