ConvexNotchedRectangle constructor

const ConvexNotchedRectangle({
  1. double radius = 0,
})

Create Shape instance

Implementation

const ConvexNotchedRectangle({this.radius = 0});