RecursiveDictionaryPage constructor
Create an instance of this page.
Implementation
const RecursiveDictionaryPage({
required this.searchTerm,
required this.killOnPop,
this.onUpdateQuery,
super.key,
});
Create an instance of this page.
const RecursiveDictionaryPage({
required this.searchTerm,
required this.killOnPop,
this.onUpdateQuery,
super.key,
});