SkeletonSwitcher constructor
const
SkeletonSwitcher({})
Creates a skeleton switcher.
Implementation
const SkeletonSwitcher({
super.key,
required this.isLoading,
required this.child,
this.config,
this.duration = const Duration(milliseconds: 300),
this.transitionBuilder,
});