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