imageUpscale static method

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

ImageUpscale icon

Implementation

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