SkeletonConfig constructor
const
SkeletonConfig({})
Creates a skeleton configuration.
Implementation
const SkeletonConfig({
this.shimmer = true,
this.baseColor,
this.highlightColor,
this.shimmerDuration = const Duration(milliseconds: 1500),
this.borderRadius = 4.0,
this.enableCache = true,
this.debugMode = false,
this.gracefulFallback = true,
});