cloudMoonRain static method

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

CloudMoonRain icon

Implementation

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