FdcGridColumnGroupStyle constructor

const FdcGridColumnGroupStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. Alignment? alignment,
  4. EdgeInsetsGeometry? padding,
  5. Color? bottomSeparatorColor,
  6. Color? verticalSeparatorColor,
  7. double? verticalSeparatorInset,
})

Implementation

const FdcGridColumnGroupStyle({
  this.backgroundColor,
  this.textStyle,
  this.alignment,
  this.padding,
  this.bottomSeparatorColor,
  this.verticalSeparatorColor,
  this.verticalSeparatorInset,
});