FUIStrokeComponent

public protocol FUIStrokeComponent : AnyObject

The generic Type for FUIStrokeComponent.

  • The width of the stroke.

    Declaration

    Swift

    var strokeWidth: CGFloat { get set }
  • The color of the stroke.

    Declaration

    Swift

    var strokeColor: UIColor { get set }