Is this piece of code coorect?
Lines 57-66
public init<
ValueLabel: View,
CurrentValueLabel: View
>(
sources: [SelectionValue],
selection: Binding<SelectionValue>,
@ViewBuilder content: (SelectionValue) -> ValueLabel,
@ViewBuilder label: () -> Label,
@ViewBuilder currentValueLabel: (SelectionValue) -> CurrentValueLabel,
) where...
Unexpected ',' after CurrentValueLabel.