Anchor({ Widget? child, required this.name, this.description, this.zoom, this.setX = false, this.replaces, }) : super(child: child);