menu
latex_kit package
documentation
render/layout/layout_cache.dart
LayoutCache
size property
size property
dark_mode
light_mode
size
property
int
get
size
Current cache size.
Implementation
int get size => _nodeCache.size + _groupCache.size;
latex_kit package
documentation
render/layout/layout_cache
LayoutCache
size property
LayoutCache class