KevinGridTableStyle constructor

const KevinGridTableStyle({
  1. Color? cellBackgroundColor,
  2. double? cellCornerRadius,
  3. double? cellBorderWidth,
  4. Color? cellBorderColor,
  5. Color? cellSelectedBackgroundColor,
  6. double? cellSelectedBorderWidth,
  7. Color? cellSelectedBorderColor,
})

Implementation

const KevinGridTableStyle({
  this.cellBackgroundColor,
  this.cellCornerRadius,
  this.cellBorderWidth,
  this.cellBorderColor,
  this.cellSelectedBackgroundColor,
  this.cellSelectedBorderWidth,
  this.cellSelectedBorderColor,
});