subtitleTimingsShown property

bool subtitleTimingsShown

Get whether or not subtitle timings are shown.

Implementation

bool get subtitleTimingsShown {
  return _preferences.get('subtitle_timings_shown', defaultValue: true);
}