construction static method

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

Construction icon

Implementation

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