sync static method

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

Alias for refresh-cw - semantic name for common use case

Implementation

static Component sync({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e145', size: size);