construction static method

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

Construction icon

Implementation

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