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
sizeSize of the Indicator.
fillColourFill colour.
lineColourBorder colour.
lineWidthBorder width.