ContactsStyle constructor

const ContactsStyle({
  1. TextStyle? titleTextStyle,
  2. Color? closeIconTint,
  3. Color? selectedTabColor,
  4. Color? tabColor,
  5. TextStyle? selectedTabTextStyle,
  6. TextStyle? tabTextStyle,
  7. double? tabBorderRadius,
  8. BoxBorder? tabBorder,
  9. double? tabHeight,
  10. double? tabWidth,
  11. double? width,
  12. double? height,
  13. Color? background,
  14. BoxBorder? border,
  15. double? borderRadius,
  16. 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,
});