backgroundPath property
Path?
get
backgroundPath
Implementation
Path? get backgroundPath {
final backgroundFill = background;
if (backgroundFill == null || !backgroundFill.hasFill) return null;
return _backgroundPath ??= _buildContourPath(backgroundBase);
}