AutomaticNotchedShape constructor
- ShapeBorder host, [
- ShapeBorder? guest
Creates a NotchedShape that is defined by two ShapeBorders.
The guest may be null, in which case no notch is created even if a guest rectangle is provided to getOuterPath.
Implementation
const AutomaticNotchedShape(this.host, [ this.guest ]);