bluetoothOff static method

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

BluetoothOff icon

Implementation

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