DictionaryTermPage constructor
- {required DictionaryHeading heading,
- required dynamic onSearch( ),
- required dynamic onStash( ),
- required Map<
Dictionary, ExpandableController> expandableControllers, - required Map<
String, bool> dictionaryNamesByHidden, - required Map<
String, int> dictionaryNamesByOrder, - required AnkiMapping lastSelectedMapping,
- Color? cardColor,
- double opacity = 1,
- Key? key}
Create the widget for a dictionary word.
Implementation
const DictionaryTermPage({
required this.heading,
required this.onSearch,
required this.onStash,
required this.onShare,
required this.expandableControllers,
required this.dictionaryNamesByHidden,
required this.dictionaryNamesByOrder,
required this.lastSelectedMapping,
this.cardColor,
this.opacity = 1,
this.footerWidget,
super.key,
});