Location locationArgument(String name) { return buildArgument( name, (d) => (Location.local(x: d, y: d, z: d), null), ); }