TextSegmentationDialogPage constructor
Create an instance of this page.
Implementation
const TextSegmentationDialogPage({
required this.sourceText,
required this.segmentedText,
this.onSelect,
this.onSearch,
super.key,
});
Create an instance of this page.
const TextSegmentationDialogPage({
required this.sourceText,
required this.segmentedText,
this.onSelect,
this.onSearch,
super.key,
});