bluetoothSearching static method

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

BluetoothSearching icon

Implementation

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