SeoDefaults constructor
const
SeoDefaults({})
Creates a new SeoDefaults with the given values.
Implementation
const SeoDefaults({
this.titleSuffix = ' | SFWF',
this.defaultDescription =
'Built with Smart Flutter Web Framework',
this.defaultImage = '/default-og.png',
this.twitterHandle = '@sfwf',
});