The path child is positioned along.
Path get path => _path;
set path(Path value) { if (_path == value) return; _path = value; markNeedsPaint(); }