DefaultListItemViewStyle
public struct DefaultListItemViewStyle : MessageCenterListItemViewStyle
The default style for a Message Center list item view.
-
Creates the view body for the list item.
Declaration
Swift
@ViewBuilder public func makeBody(configuration: Configuration) -> some ViewParameters
configurationThe configuration for the list item.
Return Value
The view body.
View on GitHub