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 CornerSpecs with pre-set configurations available:
CIRCLE,SQUARED,ROUNDED,BEVELEDROUNDED_50,BEVELED_50BIBEVELED_50,BIBEVELED_50_FLIP
CornerSpec named constructors with pre-filled Corners:
newCornerSpec is "roundedWith"- CornerSpec.noneWith
- CornerSpec.squaredWith
- CornerSpec.beveledWith
Implementation
final CornerSpec corners;