init(label:)
Creates a settings link with a custom label.
Declaration
init(@ViewBuilder label: () -> Label)Parameters
- label:
A view to use as the label for this settings link.
Creates a settings link with a custom label.
init(@ViewBuilder label: () -> Label)A view to use as the label for this settings link.