SwiftUI Dviderの太さなど

Divider().background(Color("darkLightColor"))

太さ

VStack {
    Text("上上上上上")
    Rectangle()
        .foregroundColor(.white)
        .frame(height: 4)
    Text("下下下下下")
}.fixedSize()