DictionaryEntryPage constructor
- {required DictionaryEntry entry,
- required dynamic onSearch( ),
- required dynamic onStash( ),
- required ExpandableController expandableController,
- Key? key}
Create the widget for a dictionary entry.
Implementation
const DictionaryEntryPage({
required this.entry,
required this.onSearch,
required this.onStash,
required this.onShare,
required this.expandableController,
super.key,
});