getGroup method
Queries the node group cache.
Implementation
NodeLayout? getGroup(List<LatexNode> nodes, RenderContext context) {
final key = _GroupCacheKey(nodes, _normalizeContext(context));
return _groupCache.get(key);
}
Queries the node group cache.
NodeLayout? getGroup(List<LatexNode> nodes, RenderContext context) {
final key = _GroupCacheKey(nodes, _normalizeContext(context));
return _groupCache.get(key);
}