Node.path constructor
const
Node.path({})
Implementation
const factory Node.path({
required NodeId id,
String? name,
@Default(false) bool hidden,
@Default(false) bool locked,
@Default(Transform2D()) Transform2D xf,
required PathData data,
String? role,
}) = PathNode;