SectionBreak constructor
SectionBreak({
- SectionStyle? sectionStyle,
- List<
String> ? suggestedDeletionIds, - List<
String> ? suggestedInsertionIds,
Implementation
SectionBreak({
this.sectionStyle,
this.suggestedDeletionIds,
this.suggestedInsertionIds,
});