Get text layout cache capacity.
Future<int> textLayoutCacheCap() async { final config = await _getConfig(); return config.rendering.textLayoutCacheCap; }