cloudOff static method

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

CloudOff icon

Implementation

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