SubtitleOptionsDialogPage constructor
- {required ValueNotifier<
SubtitleOptions> notifier, - Key? key}
Create an instance of this page.
Implementation
const SubtitleOptionsDialogPage({
required this.notifier,
super.key,
});
Create an instance of this page.
const SubtitleOptionsDialogPage({
required this.notifier,
super.key,
});