DotStyle
public struct DotStyle
Styling of the dot that follows the line on touch events.
-
Sets the style of the Posistion Indicator
Declaration
Swift
public init( size: CGFloat = 15, fillColour: Color = Color.primary, lineColour: Color = Color.blue, lineWidth: CGFloat = 3 )
Parameters
size
Size of the Indicator.
fillColour
Fill colour.
lineColour
Border colour.
lineWidth
Border width.