Footer constructor

Footer({
  1. List<StructuralElement>? content,
  2. String? footerId,
})

Implementation

Footer({
  this.content,
  this.footerId,
});