ContactsStyle constructor

const ContactsStyle({
  1. TextStyle? titleTextStyle,
  2. Color? borderColor,
  3. Color? closeIconTint,
  4. Color? createIconTint,
  5. Color? selectedTabColor,
  6. Color? tabColor,
  7. TextStyle? selectedTabTextStyle,
  8. TextStyle? tabTextStyle,
  9. Theme? theme,
  10. double? tabBorderRadius,
  11. Color? activeIconTint,
  12. Color? activeTabColor,
  13. TextStyle? activeTabTitleTextStyle,
  14. Color? iconTint,
  15. double? tabBorder,
  16. double? tabHeight,
  17. double? tabWidth,
  18. double? width,
  19. double? height,
  20. Color? background,
  21. BoxBorder? border,
  22. double? borderRadius,
  23. Gradient? gradient,
})

Implementation

const ContactsStyle({
  this.titleTextStyle,
  this.borderColor,
  this.closeIconTint,
  this.createIconTint,
  this.selectedTabColor,
  this.tabColor,
  this.selectedTabTextStyle,
  this.tabTextStyle,
  this.theme,
  this.tabBorderRadius,
  this.activeIconTint,
  this.activeTabColor,
  this.activeTabTitleTextStyle,
  this.iconTint,
  this.tabBorder,
  this.tabHeight,
  this.tabWidth,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});