TemplateData constructor

TemplateData({
  1. TemplateThemeData? theme,
  2. String? title,
  3. LinkData? logoLink,
  4. String? description,
  5. List<LinkData>? links,
})

Implementation

TemplateData({
  this.theme,
  this.title,
  this.logoLink,
  this.description,
  this.links,
});