LivenessViewSection

struct LivenessViewSection : View

A struct to handle the liveness view section.

  • Declaration

    Swift

    @Binding
    var isLivnessEnable: Bool { get nonmutating set }
  • Declaration

    Swift

    var body: some View { get }