textLayoutCacheCap method

Future<int> textLayoutCacheCap()

Get text layout cache capacity.

Implementation

Future<int> textLayoutCacheCap() async {
  final config = await _getConfig();
  return config.rendering.textLayoutCacheCap;
}