store static method

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

Store icon

Implementation

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