isTranscriptOpaque property

bool isTranscriptOpaque

Get whether or not the transcript should have a background.

Implementation

bool get isTranscriptOpaque {
  return _preferences.get('is_transcript_opaque', defaultValue: false);
}