bomb static method

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

Bomb icon

Implementation

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