CreateGroupStyle constructor

const CreateGroupStyle({
  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. TextStyle? namePlaceholderTextStyle,
  10. TextStyle? passwordPlaceholderTextStyle,
  11. TextStyle? nameInputTextStyle,
  12. TextStyle? passwordInputTextStyle,
  13. double? width,
  14. double? height,
  15. Color? background,
  16. BoxBorder? border,
  17. double? borderRadius,
  18. Gradient? gradient,
})

Implementation

const CreateGroupStyle({
  this.titleTextStyle,
  this.borderColor,
  this.closeIconTint,
  this.createIconTint,
  this.selectedTabColor,
  this.tabColor,
  this.selectedTabTextStyle,
  this.tabTextStyle,
  this.namePlaceholderTextStyle,
  this.passwordPlaceholderTextStyle,
  this.nameInputTextStyle,
  this.passwordInputTextStyle,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});