isTranscriptOpaque property
Get whether or not the transcript should have a background.
Implementation
bool get isTranscriptOpaque {
return _preferences.get('is_transcript_opaque', defaultValue: false);
}
Get whether or not the transcript should have a background.
bool get isTranscriptOpaque {
return _preferences.get('is_transcript_opaque', defaultValue: false);
}