bluetoothOff static method

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

BluetoothOff icon

Implementation

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