@override Path path(bool close) { if (_path != null) { return _path!; } _path = inside?_buildInsidePath():_buildOutPath(); return _path!; }