Divider

public struct Divider : View
extension Divider: Renderable

A view that creates a line divider for dividing content.

When used inside a VStack, the divider will display a horizontal line.

When used inside a HStack, the divider will display a vertical line.

Otherwise, the divider will always display a horizontal line.