ForvoAudioDialogPage constructor
- {required List<
ForvoResult> results, - required dynamic onSelect( ),
- Key? key}
Create an instance of this page.
Implementation
const ForvoAudioDialogPage({
required this.results,
required this.onSelect,
super.key,
});