CircleShape

public struct CircleShape : Shape

A circle shape which size can be animated.

Source inspired by

  • Declaration

    Swift

    public var animatableData: CGFloat
  • Declaration

    Swift

    public func path(in rect: CGRect) -> Path