SwiftUI Dviderの太さなど
色
Divider().background(Color("darkLightColor"))
太さ
VStack {
Text("上上上上上")
Rectangle()
.foregroundColor(.white)
.frame(height: 4)
Text("下下下下下")
}.fixedSize()
サンプルコードのブログ
色
Divider().background(Color("darkLightColor"))
太さ
VStack {
Text("上上上上上")
Rectangle()
.foregroundColor(.white)
.frame(height: 4)
Text("下下下下下")
}.fixedSize()