BackToMainSectionFromData

struct BackToMainSectionFromData : View

This struct represents the back button section of the view. It takes a closure onTapBack which is called when the back button is tapped.

  • Declaration

    Swift

    var onTapBack: () -> Void
  • Declaration

    Swift

    var body: some View { get }