UrlLink({ required Widget child, required String destination, }) : super(child: child, builder: AnnotationUrl(destination));