CreateGroupStyle constructor
const
CreateGroupStyle({
- TextStyle? titleTextStyle,
- Color? borderColor,
- Color? closeIconTint,
- Color? createIconTint,
- Color? selectedTabColor,
- Color? tabColor,
- TextStyle? selectedTabTextStyle,
- TextStyle? tabTextStyle,
- TextStyle? namePlaceholderTextStyle,
- TextStyle? passwordPlaceholderTextStyle,
- TextStyle? nameInputTextStyle,
- TextStyle? passwordInputTextStyle,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- 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,
});