PlayButton

struct PlayButton : ButtonStyle

SwiftUI Button style for a Play Button

  • Enabled or not

    Declaration

    Swift

    @Environment
    var isEnabled: Bool { get }
  • Make the button

    Declaration

    Swift

    func makeBody(configuration: Configuration) -> some View