isTranscriptPlayerMode property
Get whether or not the transcript should show play/pause.
Implementation
bool get isTranscriptPlayerMode {
return _preferences.get('is_transcript_player_mode', defaultValue: false);
}
Get whether or not the transcript should show play/pause.
bool get isTranscriptPlayerMode {
return _preferences.get('is_transcript_player_mode', defaultValue: false);
}