Skeleton.replace constructor
const
Skeleton.replace({})
Creates a widget that replaces the child when Skeletonizer.enabled is true
Implementation
const factory Skeleton.replace({
Key? key,
required Widget child,
bool replace,
double? width,
double? height,
Widget replacement,
}) = _SkeletonReplace;