DictionaryResultPage constructor
- {required DictionarySearchResult result,
- required dynamic onSearch( ),
- required dynamic onStash( ),
- Color? cardColor,
- ScrollController? scrollController,
- double opacity = 1,
- bool updateHistory = true,
- bool spaceBeforeFirstResult = true,
- Key? key}
Create the widget of a DictionarySearchResult.
Implementation
const DictionaryResultPage({
required this.result,
required this.onSearch,
required this.onStash,
required this.onShare,
this.cardColor,
this.scrollController,
this.opacity = 1,
this.updateHistory = true,
this.spaceBeforeFirstResult = true,
super.key,
});