bluetoothSearching static method

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

BluetoothSearching icon

Implementation

static Component bluetoothSearching({IconSize size = IconSize.md}) =>
    lucide.BluetoothSearching(width: size.unit, height: size.unit);