corners property

CornerSpec corners
final

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, BEVELED
  • ROUNDED_50, BEVELED_50
  • BIBEVELED_50, BIBEVELED_50_FLIP

CornerSpec named constructors with pre-filled Corners:

Implementation

final CornerSpec corners;