For example you can add padding to the bottom of a text view: VStack { Text("Text padded on the bottom edge.") .padding(.bottom) .border(Color.gray) ...
確定! 回上一頁