-
Declaration
Swift
public var viewStore: ViewValues
-
Declaration
Swift
public var fillColor: Color
-
Declaration
Swift
public var strokeBorderColor: Color
-
Declaration
Swift
public var style: StrokeStyle
-
Declaration
Swift
public var body: View { get }
-
Declaration
Swift
public init()
-
Trims the path of the shape by the specified fractions.
Declaration
Swift
public func trim(from startFraction: CGFloat = 0, to endFraction: CGFloat = 1) -> Circle
-
Declaration
Swift
public func createView(context: Context) -> UIView
-
Declaration
Swift
public func updateView(_ view: UIView, context: Context)