corners property
Define the Corner appearance options for each of the four corners in a Shape and their 🔘 radius.
The 📐 baseCorners may be specified separately from corners, but is optional and will only impact the 📚 SurfaceLayer.BASE.
const
CornerSpec
s with pre-set configurations available:
CIRCLE
,SQUARED
,ROUNDED
,BEVELED
ROUNDED_50
,BEVELED_50
BIBEVELED_50
,BIBEVELED_50_FLIP
CornerSpec
named constructors with pre-filled Corners:
new
CornerSpec is "roundedWith"- CornerSpec.noneWith
- CornerSpec.squaredWith
- CornerSpec.beveledWith
Implementation
final CornerSpec corners;