ConversationsStyle constructor
const
ConversationsStyle({
- Color? backIconTint,
- TextStyle? titleStyle,
- double? width,
- double? height,
- Color? background,
- BoxBorder? border,
- double? borderRadius,
- Gradient? gradient,
- TextStyle? emptyTextStyle,
- TextStyle? errorTextStyle,
- Color? onlineStatusColor,
- Color? separatorColor,
- Color? loadingIconTint,
- TextStyle? lastMessageStyle,
- TextStyle? threadIndicatorStyle,
- TextStyle? typingIndicatorStyle,
- Color? privateGroupIconBackground,
- Color? protectedGroupIconBackground,
Implementation
const ConversationsStyle(
{this.backIconTint,
this.titleStyle,
super.width,
super.height,
super.background,
super.border,
super.borderRadius,
super.gradient,
this.emptyTextStyle,
this.errorTextStyle,
this.onlineStatusColor,
this.separatorColor,
this.loadingIconTint,
this.lastMessageStyle,
this.threadIndicatorStyle,
this.typingIndicatorStyle,
this.privateGroupIconBackground,
this.protectedGroupIconBackground});