path property

Path? path

Implementation

Path? get path {
  if (_path != null) {
    return _path;
  }
  drawPath();
  return _path;
}