bluetoothConnected static method

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

BluetoothConnected icon

Implementation

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