bluetoothConnected static method

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

BluetoothConnected icon

Implementation

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