Skeleton.leaf constructor
Creates a widget that forces the child to have a painting effect e.g a Shimmer effect when Skeletonizer.enabled is true
Implementation
const factory Skeleton.leaf({
Key? key,
required Widget child,
bool enabled,
}) = _LeafSkeleton;