DictionaryHistoryPage constructor
Create the main body of the HomeDictionaryPage.
Implementation
const DictionaryHistoryPage({
required this.onSearch,
required this.onStash,
required this.onShare,
super.key,
});
Create the main body of the HomeDictionaryPage.
const DictionaryHistoryPage({
required this.onSearch,
required this.onStash,
required this.onShare,
super.key,
});