WalkthroughContentView

struct WalkthroughContentView : View

Walkthrough content view implemented in SwiftUI. Shows a “pull-down” animation to explain the user that new transactions are added by swiping down the timeline.

  • Show animation flag.

    Declaration

    Swift

    @State
    var animated: Bool { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }