FormTemplateLayout constructor
FormTemplateLayout({})
Returns a new FormTemplateLayout instance.
Implementation
FormTemplateLayout({
required this.form,
this.sections = const [],
this.description,
this.keywords = const [],
});