buildBluetoothOffIcon method

Widget buildBluetoothOffIcon(
  1. BuildContext context
)

Implementation

Widget buildBluetoothOffIcon(BuildContext context) {
  return const Icon(
    Icons.bluetooth_disabled,
    size: 200.0,
    color: Colors.white54,
  );
}