Skeleton.shade constructor
Creates a widget that shades the child when Skeletonizer.enabled is true
This works as a ShaderMask but with a SkeletonizerPaintingContext
Implementation
const factory Skeleton.shade({
Key? key,
required Widget child,
bool shade,
}) = _SkeletonShaderMask;