cacheHash property

int get cacheHash

Computes a hash code for caching purposes.

Implementation

int get cacheHash => Object.hash(
  shimmer,
  baseColor,
  highlightColor,
  shimmerDuration,
  borderRadius,
);