FdcGridCellStyle constructor

const FdcGridCellStyle({
  1. TextStyle? textStyle,
  2. Color? backgroundColor,
  3. Alignment? alignment,
})

Creates a FdcGridCellStyle.

Implementation

const FdcGridCellStyle({
  this.textStyle,
  this.backgroundColor,
  this.alignment,
});