ChatView
public struct ChatView : View
Renders a ScrollView with the list of messages provided by the MessagingViewModel
-
Undocumented
Declaration
Swift
public init(data: TypingIndicatorData, bottomInset: Binding<CGFloat> = .constant(0))