ButtonStyleConfiguration

public struct ButtonStyleConfiguration

A type that contains the configuration of a button style.

  • A view that describes the effect of toggling isPressed.

    Declaration

    Swift

    public let label: View
  • Whether or not the button is currently being pressed down by the user.

    Declaration

    Swift

    public let isPressed: Bool