menu
xterm package
documentation
frontend/cache.dart
TextLayoutCache
getLayoutFromCache method
getLayoutFromCache method
dark_mode
light_mode
getLayoutFromCache
method
Paragraph
?
getLayoutFromCache
(
int
key
)
Implementation
Paragraph? getLayoutFromCache(int key) { return _cache[key]; }
xterm package
documentation
frontend/cache
TextLayoutCache
getLayoutFromCache method
TextLayoutCache class