SkeletonWrapper constructor
Implementation
const SkeletonWrapper({
super.key,
required this.child,
required this.skeleton,
required this.isLoading,
this.fadeDuration = MediasfuAnimations.normal,
});
const SkeletonWrapper({
super.key,
required this.child,
required this.skeleton,
required this.isLoading,
this.fadeDuration = MediasfuAnimations.normal,
});