FdcGridSummaryCellStyle constructor

const FdcGridSummaryCellStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. Alignment? alignment,
  4. EdgeInsetsGeometry? padding,
})

Implementation

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