CornerCurve
public enum CornerCurve : Equatable
Specifies the curve style when showing rounded corners on a Box.
-
Provides a standard-style corner radius as you would see in design tools like Figma.
Declaration
Swift
case circular -
Provides an iOS icon-style corner radius.
Note
Only appears on iOS 13 and later. Before iOS 13,
circularcorners will be displayed.Declaration
Swift
case continuous
View on GitHub
CornerCurve Enumeration Reference