showSubtitle property
Whether to show subtitles. By default, the player does not show any subtitles. Regardless of the preferred subtitle language or override tracks.
Implementation
final showSubtitle = ValueNotifier(false);
Whether to show subtitles. By default, the player does not show any subtitles. Regardless of the preferred subtitle language or override tracks.
final showSubtitle = ValueNotifier(false);