TemplateListView constructor

TemplateListView({
  1. required List<Template> templates,
})

Implementation

TemplateListView({required this.templates});