static IconData audioOutputIconIOS(bool isSpeakerOn) { if (isSpeakerOn) { return Icons.volume_up; } else { return Icons.volume_off; } }