Head constructor
Head({})
Creates a head component from common SEO fields and custom tags.
Implementation
Head({
this.title,
this.description,
this.canonical,
this.image,
this.type,
this.siteName,
this.locale,
this.replace = true,
this.tags = const [],
});