ScaleSlider

struct ScaleSlider : View

SwiftUI View with a slider to zoom the content

  • Current scaling of the SongView

    Declaration

    Swift

    @SceneStorage
    var scale: Double { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }