Header constructor
Header({
- List<
StructuralElement> ? content, - String? headerId,
Implementation
Header({
this.content,
this.headerId,
});
Header({
this.content,
this.headerId,
});