SectionItem constructor

SectionItem({
  1. String? name,
  2. String? space,
})

Implementation

SectionItem({this.name, this.space});