ContactsStyle constructor
const
ContactsStyle({
- TextStyle? titleTextStyle,
- Color? borderColor,
- Color? closeIconTint,
- Color? createIconTint,
- Color? selectedTabColor,
- Color? tabColor,
- TextStyle? selectedTabTextStyle,
- TextStyle? tabTextStyle,
- Theme? theme,
- double? tabBorderRadius,
- Color? activeIconTint,
- Color? activeTabColor,
- TextStyle? activeTabTitleTextStyle,
- Color? iconTint,
- double? tabBorder,
- double? tabHeight,
- double? tabWidth,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- 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,
});