ExampleSentencesDialogPage constructor
Create an instance of this page.
Implementation
const ExampleSentencesDialogPage({
required this.exampleSentences,
required this.onSelect,
this.onAppend,
super.key,
});
Create an instance of this page.
const ExampleSentencesDialogPage({
required this.exampleSentences,
required this.onSelect,
this.onAppend,
super.key,
});