GoogleCloudDocumentaiV1DocumentStyle constructor

GoogleCloudDocumentaiV1DocumentStyle({
  1. GoogleTypeColor? backgroundColor,
  2. GoogleTypeColor? color,
  3. String? fontFamily,
  4. GoogleCloudDocumentaiV1DocumentStyleFontSize? fontSize,
  5. String? fontWeight,
  6. GoogleCloudDocumentaiV1DocumentTextAnchor? textAnchor,
  7. String? textDecoration,
  8. String? textStyle,
})

Implementation

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