TranscriptDownloadChoiceDialog constructor

const TranscriptDownloadChoiceDialog({
  1. required bool isEnabled,
  2. Key? key,
})

Implementation

const TranscriptDownloadChoiceDialog({required this.isEnabled, super.key});