bluetooth static method

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

Bluetooth icon

Implementation

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