Dot public enum Dot Whether or not to show a dot on the line case none // No Dot case style(_ style: DotStyle) // Adds a dot the line at point of touch. none No Dot Declaration Swift case none style(_:) Adds a dot the line at point of touch. Declaration Swift case style(_: DotStyle)