SectionBreak constructor

SectionBreak({
  1. SectionStyle? sectionStyle,
  2. List<String>? suggestedDeletionIds,
  3. List<String>? suggestedInsertionIds,
})

Implementation

SectionBreak({
  this.sectionStyle,
  this.suggestedDeletionIds,
  this.suggestedInsertionIds,
});