Section constructor

Section({
  1. String? header,
  2. List<WidgetMarkup>? widgets,
})

Implementation

Section({
  this.header,
  this.widgets,
});