searchPageTexts property
final
Page text cache populated by SearchView as results arrive.
Keyed by zero-based page index. Preserved across tab switches so snippet text does not need to be re-fetched when returning to a tab.
Implementation
final Map<int, String> searchPageTexts = {};