cloudSync static method

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

CloudSync icon

Implementation

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