Section constructor
      
      Section({ 
    
    
- String? header,
- List<WidgetMarkup> ? widgets,
Implementation
Section({this.header, this.widgets});Section({this.header, this.widgets});