RecursiveDictionaryHistoryPage constructor

const RecursiveDictionaryHistoryPage(
  1. {required DictionarySearchResult result,
  2. Key? key}
)

Create an instance of this page.

Implementation

const RecursiveDictionaryHistoryPage({
  required this.result,
  super.key,
});