CellFormat constructor

CellFormat({
  1. Color? backgroundColor,
  2. ColorStyle? backgroundColorStyle,
  3. Borders? borders,
  4. String? horizontalAlignment,
  5. String? hyperlinkDisplayType,
  6. NumberFormat? numberFormat,
  7. Padding? padding,
  8. String? textDirection,
  9. TextFormat? textFormat,
  10. TextRotation? textRotation,
  11. String? verticalAlignment,
  12. String? wrapStrategy,
})

Implementation

CellFormat({
  this.backgroundColor,
  this.backgroundColorStyle,
  this.borders,
  this.horizontalAlignment,
  this.hyperlinkDisplayType,
  this.numberFormat,
  this.padding,
  this.textDirection,
  this.textFormat,
  this.textRotation,
  this.verticalAlignment,
  this.wrapStrategy,
});