SubtitleOptionsDialogPage constructor

const SubtitleOptionsDialogPage(
  1. {required ValueNotifier<SubtitleOptions> notifier,
  2. Key? key}
)

Create an instance of this page.

Implementation

const SubtitleOptionsDialogPage({
  required this.notifier,
  super.key,
});