RecursiveDictionaryHistoryPage constructor
- {required DictionarySearchResult result,
- Key? key}
Create an instance of this page.
Implementation
const RecursiveDictionaryHistoryPage({
required this.result,
super.key,
});
Create an instance of this page.
const RecursiveDictionaryHistoryPage({
required this.result,
super.key,
});