VoiceAgentDisconnectedState constructor

const VoiceAgentDisconnectedState({
  1. required String title,
  2. required String description,
  3. required double availableWidth,
  4. required bool transcribe,
  5. required bool showDisconnectedAction,
  6. required bool allowToggleTranscribe,
  7. required bool pinActionToMobileFooter,
  8. required Future<void> onStartSessionPressed(),
  9. required ValueChanged<bool>? onTranscribeChanged,
})

Implementation

const VoiceAgentDisconnectedState({
  required this.title,
  required this.description,
  required this.availableWidth,
  required this.transcribe,
  required this.showDisconnectedAction,
  required this.allowToggleTranscribe,
  required this.pinActionToMobileFooter,
  required this.onStartSessionPressed,
  required this.onTranscribeChanged,
});