headphones static method

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

Headphones icon

Implementation

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