SectionBlock constructor

SectionBlock({
  1. String? text,
  2. List<String>? fields,
  3. Map<String, dynamic>? accessory,
})

Implementation

SectionBlock({this.text, this.fields, this.accessory});