headphoneOff static method

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

HeadphoneOff icon

Implementation

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