showExternalSubtitleNotifier property
外挂字幕显示控制通知器
Value notifier for external subtitle visibility control. External clients can modify this notifier to control whether external subtitles should be displayed.
Implementation
final SafeValueNotifier<bool> showExternalSubtitleNotifier =
SafeValueNotifier(true);