UpdateSectionStyleRequest constructor

UpdateSectionStyleRequest({
  1. String? fields,
  2. Range? range,
  3. SectionStyle? sectionStyle,
})

Implementation

UpdateSectionStyleRequest({
  this.fields,
  this.range,
  this.sectionStyle,
});