The default cutout builder that adds a plain rectangle matching the cutout's bounds.
static void defaultCutoutBuilder(Path path, Rect bounds) => path.addRect(bounds);