Reference.internal constructor
An internal reference, that will scroll the user to the content without reloading the page
Implementation
Reference.internal(
{required this.text, required String link, this.target = "_self"})
: link = "#$link";