CircularNotchedRectangle constructor

const CircularNotchedRectangle({
  1. bool inverted = false,
})

Creates a CircularNotchedRectangle.

The same object can be used to create multiple shapes.

Implementation

const CircularNotchedRectangle({this.inverted = false});