hexagon static method

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

Hexagon icon

Implementation

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