BsDatatableStyle constructor
      const
      BsDatatableStyle({})
     
    
    
Implementation
const BsDatatableStyle(
    {this.color = const Color(0xfff1f1f1),
    this.borderColor = const Color(0xffdedede),
    this.hoverColor = const Color(0xfff1f1f1)});