cache property

  1. @Deprecated('Use svg.cache instead.')
FlutterSvgCache get cache

Deprecated, use svg.cache instead.

Implementation

@Deprecated('Use svg.cache instead.')
static FlutterSvgCache get cache => svg.cache;