SkeletonLoadingContainer
@MainActor
public struct SkeletonLoadingContainer<Content> : View where Content : View
A container view that applies a skeleton loading style to its content when isLoading
is true.
It can also apply a tint color to the skeleton effect if ///
-
Declaration
Swift
@MainActor public var body: some View { get }