CircleNumberView

@MainActor
struct CircleNumberView : View

circular view to show the number which is used in pre scanning tip view

  • number to show in the circle

    Declaration

    Swift

    @MainActor
    var number: Int
  • Declaration

    Swift

    @MainActor
    var body: some View { get }