TemplateComponent constructor
const
TemplateComponent({})
Creates a template component configuration.
Implementation
const TemplateComponent({
required this.template,
required this.description,
required this.output,
});