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