bluetooth static method

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

Bluetooth icon

Implementation

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