Section constructor

Section({
  1. ListContent? list,
  2. TextContent? text,
})

Implementation

Section({this.list, this.text});