TableConfig constructor
TableConfig({})
Implementation
TableConfig({this.headerBackground, this.style, this.headerStyle, this.defaultWidth, this.defaultItemPadding}) {
headerBackground = this.headerBackground ?? '#FAFAFA';
defaultWidth = this.defaultWidth ?? 150.w;
defaultItemPadding = this.defaultItemPadding ?? 10.w;
}