ContactsStyle constructor
      const
      ContactsStyle({ 
    
    
- TextStyle? titleTextStyle,
 - Color? closeIconTint,
 - Color? selectedTabColor,
 - Color? tabColor,
 - TextStyle? selectedTabTextStyle,
 - TextStyle? tabTextStyle,
 - double? tabBorderRadius,
 - BoxBorder? tabBorder,
 - double? tabHeight,
 - double? tabWidth,
 - double? width,
 - double? height,
 - Color? background,
 - BoxBorder? border,
 - double? borderRadius,
 - Gradient? gradient,
 
Implementation
const ContactsStyle({
  this.titleTextStyle,
  this.closeIconTint,
  this.selectedTabColor,
  this.tabColor,
  this.selectedTabTextStyle,
  this.tabTextStyle,
  this.tabBorderRadius,
  this.tabBorder,
  this.tabHeight,
  this.tabWidth,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});