RATableHeaderStyle constructor

const RATableHeaderStyle({
  1. Color? backgroundColor,
  2. TextStyle? textStyle,
  3. Color? iconColor,
  4. bool? hasDivider = true,
})

Implementation

const RATableHeaderStyle({
  this.backgroundColor,
  this.textStyle,
  this.iconColor,
  this.hasDivider = true,
});