getOuterPath abstract method

Path getOuterPath(
  1. Rect host,
  2. Rect? guest
)

Creates a Path that describes the outline of the shape.

The host is the bounding rectangle of the shape.

The guest is the bounding rectangle of the shape for which a notch will be made. It is null when there is no guest.

Implementation

Path getOuterPath(Rect host, Rect? guest);