wallpaper static method

Component wallpaper({
  1. IconSize size = IconSize.md,
})

Wallpaper icon

Implementation

static Component wallpaper({IconSize size = IconSize.md}) =>
    lucide.Wallpaper(width: size.unit, height: size.unit);