BannedMembersStyle constructor
const
BannedMembersStyle({
- TextStyle? titleStyle,
- Color? backIconTint,
- Color? searchBorderColor,
- Color? searchBackground,
- double? searchBorderRadius,
- Color? searchIconTint,
- double? searchBorderWidth,
- TextStyle? searchPlaceholderStyle,
- TextStyle? searchStyle,
- Color? loadingIconTint,
- TextStyle? emptyTextStyle,
- TextStyle? errorTextStyle,
- TextStyle? sectionHeaderTextStyle,
- TextStyle? tailTextStyle,
- Color? onlineStatusColor,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
Implementation
const BannedMembersStyle({
this.titleStyle,
this.backIconTint,
this.searchBorderColor,
this.searchBackground,
this.searchBorderRadius,
this.searchIconTint,
this.searchBorderWidth,
this.searchPlaceholderStyle,
this.searchStyle,
this.loadingIconTint,
this.emptyTextStyle,
this.errorTextStyle,
this.sectionHeaderTextStyle,
this.tailTextStyle,
this.onlineStatusColor,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
});