bluetoothSearching static method

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

BluetoothSearching icon

Implementation

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