GroupsStyle constructor
const
GroupsStyle({
- TextStyle? titleStyle,
- Color? backIconTint,
- Color? searchBorderColor,
- Color? searchBackground,
- double? searchBorderRadius,
- double? searchBorderWidth,
- TextStyle? searchTextStyle,
- TextStyle? searchPlaceholderStyle,
- Color? searchIconTint,
- Color? loadingIconTint,
- TextStyle? emptyTextStyle,
- TextStyle? errorTextStyle,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
- TextStyle? subtitleTextStyle,
- Color? privateGroupIconBackground,
- Color? passwordGroupIconBackground,
- Color? selectionIconTint,
- Color? submitIconTint,
Implementation
const GroupsStyle({
this.titleStyle,
this.backIconTint,
this.searchBorderColor,
this.searchBackground,
this.searchBorderRadius,
this.searchBorderWidth,
this.searchTextStyle,
this.searchPlaceholderStyle,
this.searchIconTint,
this.loadingIconTint,
this.emptyTextStyle,
this.errorTextStyle,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
this.subtitleTextStyle,
this.privateGroupIconBackground,
this.passwordGroupIconBackground,
this.selectionIconTint,
this.submitIconTint,
});