FdcGridSummaryStyle constructor

const FdcGridSummaryStyle({
  1. Color? backgroundColor,
  2. bool? showTopSeparator,
  3. TextStyle? textStyle,
  4. double? height,
  5. EdgeInsetsGeometry? padding,
  6. bool? showVerticalSeparators,
  7. double? verticalSeparatorInset,
})

Creates a FdcGridSummaryStyle.

Implementation

const FdcGridSummaryStyle({
  this.backgroundColor,
  this.showTopSeparator,
  this.textStyle,
  this.height,
  this.padding,
  this.showVerticalSeparators,
  this.verticalSeparatorInset,
});