bugPlay static method

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

BugPlay icon

Implementation

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