MassifSentencesDialogPage constructor

const MassifSentencesDialogPage(
  1. {required List<MassifResult> exampleSentences,
  2. required dynamic onSelect(
    1. List<MassifResult>
    ),
  3. required dynamic onAppend(
    1. List<MassifResult>
    ),
  4. Key? key}
)

Create an instance of this page.

Implementation

const MassifSentencesDialogPage({
  required this.exampleSentences,
  required this.onSelect,
  required this.onAppend,
  super.key,
});