ProfileHeader

public struct ProfileHeader
extension ProfileHeader: View
extension ProfileHeader: _ViewEmptyChecking

Sets the separator for profile header components Example usage:

ProfileHeader(...)
    .headerSeparator(true) // Show separator with default style
    .headerSeparator(true, color: .red) // Show red separator
    .headerSeparator(true, color: .blue, lineWidth: 1.0) // Show thick blue separator
    .headerSeparator(false) // Hide separator