GoogleCloudDocumentaiV1beta2DocumentStyle constructor

GoogleCloudDocumentaiV1beta2DocumentStyle({
  1. GoogleTypeColor? backgroundColor,
  2. GoogleTypeColor? color,
  3. GoogleCloudDocumentaiV1beta2DocumentStyleFontSize? fontSize,
  4. String? fontWeight,
  5. GoogleCloudDocumentaiV1beta2DocumentTextAnchor? textAnchor,
  6. String? textDecoration,
  7. String? textStyle,
})

Implementation

GoogleCloudDocumentaiV1beta2DocumentStyle({
  this.backgroundColor,
  this.color,
  this.fontSize,
  this.fontWeight,
  this.textAnchor,
  this.textDecoration,
  this.textStyle,
});