getLayoutFromCache method

Paragraph? getLayoutFromCache(
  1. int key
)

Implementation

Paragraph? getLayoutFromCache(int key) {
  return _cache[key];
}