get static method
Gets a cached skeleton widget.
Implementation
static Widget? get(SkeletonCacheKey key) {
if (!_enabled) return null;
return _cache[key];
}
Gets a cached skeleton widget.
static Widget? get(SkeletonCacheKey key) {
if (!_enabled) return null;
return _cache[key];
}