path property

Path? get path

Implementation

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