ReviewCountLabel
public struct ReviewCountLabel
extension ReviewCountLabel: View
extension ReviewCountLabel: _ViewEmptyChecking
Undocumented
-
Undocumented
Declaration
Swift
public init(@ViewBuilder reviewCountLabel: () -> any View = { EmptyView() })
-
Undocumented
Declaration
Swift
init(reviewCountLabel: AttributedString? = nil)
-
Undocumented
Declaration
Swift
init(_ configuration: ReviewCountLabelConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }