FdcGridHeaderStyle constructor

const FdcGridHeaderStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. double? groupHeight,
  4. Color? groupBackgroundColor,
  5. TextStyle? groupTextStyle,
  6. Alignment? groupAlignment,
  7. EdgeInsetsGeometry? groupPadding,
  8. double? groupVerticalSeparatorInset,
  9. double? verticalSeparatorInset,
})

Creates a FdcGridHeaderStyle.

Implementation

const FdcGridHeaderStyle({
  this.backgroundColor,
  this.textStyle,
  this.groupHeight,
  this.groupBackgroundColor,
  this.groupTextStyle,
  this.groupAlignment,
  this.groupPadding,
  this.groupVerticalSeparatorInset,
  this.verticalSeparatorInset,
});