PulseEffect

struct PulseEffect : ViewModifier

A view modifier that applies a pulsing effect to a view. Used by GaugeMap markers.

Lifecycle

  • Undocumented

    Declaration

    Swift

    init(color: Color = .blue)

Internal

  • Declaration

    Swift

    func body(content: Content) -> some View