Skeleton.keep constructor
Creates a widget that keeps paints the original child as is when Skeletonizer.enabled is true
Implementation
const factory Skeleton.keep({
Key? key,
required Widget child,
bool keep,
}) = _KeepSkeleton;
Creates a widget that keeps paints the original child as is when Skeletonizer.enabled is true
const factory Skeleton.keep({
Key? key,
required Widget child,
bool keep,
}) = _KeepSkeleton;