MessageCenterListItemViewStyle
public protocol MessageCenterListItemViewStyle : Sendable
A protocol that defines the style for a Message Center list item view.
-
Creates the view body for the list item.
Declaration
Swift
func makeBody(configuration: Self.Configuration) -> Self.BodyParameters
configurationThe configuration for the list item.
Return Value
The view body.
-
defaultStyleExtension methodThe default list item style.
Declaration
Swift
public static var defaultStyle: Self { get }
View on GitHub