Dot
public struct Dot : Identifiable
                  A single circle.
- 
                    
                    
Declaration
Swift
public var id: Int - 
                    
                    
Undocumented
Declaration
Swift
public init(_ id: Int, _ startColor: Color = Color.primary, _ endColor: Color = Color.secondary)