shortcut / SwiftyChat

SwiftUI Chat UI (Client) Framework & Documentation to get started!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add padding option to LazyVStack instead of ScrollView

sheikhbayazid opened this issue · comments

Currently if we add paddings to the ChatView it adds the padding to the ScrollView(as expected). If we add an extra parameter to ChatView that can be used to add paddings in LazyVStack inside ChatView, would be great. this will not add paddings to ScrollView and Scrolling will look good(not ignoring top or vertical edges)