ScaleSkeletonSwitcher constructor
const
ScaleSkeletonSwitcher({
- Key? key,
- required bool isLoading,
- required Widget child,
- SkeletonConfig? config,
- Duration duration = const Duration(milliseconds: 300),
Creates a scale skeleton switcher.
Implementation
const ScaleSkeletonSwitcher({
super.key,
required this.isLoading,
required this.child,
this.config,
this.duration = const Duration(milliseconds: 300),
});