CLTableStyle constructor

const CLTableStyle({
  1. Color? primary,
  2. Color? searchFill,
  3. Color? headerBackground,
  4. Color? buttonFill,
  5. Color? border,
})

Implementation

const CLTableStyle({this.primary, this.searchFill, this.headerBackground, this.buttonFill, this.border});