FdcGridSummaryCellStyle constructor
const
FdcGridSummaryCellStyle({
- Color? backgroundColor,
- TextStyle? textStyle,
- Alignment? alignment,
- EdgeInsetsGeometry? padding,
Creates a FdcGridSummaryCellStyle.
Implementation
const FdcGridSummaryCellStyle({
this.backgroundColor,
this.textStyle,
this.alignment,
this.padding,
});