RoundedRectangle
public struct RoundedRectangle : Shape
A view that represents a RoundedRectangle shape.
-
Declaration
Swift
public var viewStore: ViewValues -
Declaration
Swift
public var fillColor: Color -
Declaration
Swift
public var strokeBorderColor: Color -
Declaration
Swift
public var style: StrokeStyle -
Declaration
Swift
public var cornerRadius: CGFloat -
Declaration
Swift
public var body: View { get } -
Declaration
Swift
public init(cornerRadius: CGFloat) -
Declaration
Swift
public func createView(context: Context) -> UIView -
Declaration
Swift
public func updateView(_ view: UIView, context: Context)
View on GitHub
RoundedRectangle Structure Reference