PlayLabel

struct PlayLabel : LabelStyle

SwiftUI Label style for a Play Button

  • Current color scheme

    Declaration

    Swift

    @Environment
    var colorScheme: ColorScheme { get }
  • Bool if the label is focussed

    Declaration

    Swift

    @Environment
    private var focused: Bool { get }
  • Declaration

    Swift

    func makeBody(configuration: Configuration) -> some View