Apply suggestions from code review
This commit is contained in:
@@ -83,7 +83,7 @@ abstract class Translations {
|
|||||||
/// in the [StreamMessageListView]
|
/// in the [StreamMessageListView]
|
||||||
String unreadMessagesSeparatorText(
|
String unreadMessagesSeparatorText(
|
||||||
@Deprecated('unreadCount is not used anymore and will be removed ')
|
@Deprecated('unreadCount is not used anymore and will be removed ')
|
||||||
int unreadCount,
|
int unreadCount,
|
||||||
);
|
);
|
||||||
|
|
||||||
/// The label for "connected" in [StreamConnectionStatusBuilder]
|
/// The label for "connected" in [StreamConnectionStatusBuilder]
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ class StreamMessageThemeData with Diagnosticable {
|
|||||||
this.avatarTheme,
|
this.avatarTheme,
|
||||||
this.createdAtStyle,
|
this.createdAtStyle,
|
||||||
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
||||||
Color? linkBackgroundColor,
|
Color? linkBackgroundColor,
|
||||||
Color? urlAttachmentBackgroundColor,
|
Color? urlAttachmentBackgroundColor,
|
||||||
this.urlAttachmentHostStyle,
|
this.urlAttachmentHostStyle,
|
||||||
this.urlAttachmentTitleStyle,
|
this.urlAttachmentTitleStyle,
|
||||||
@@ -102,7 +102,7 @@ class StreamMessageThemeData with Diagnosticable {
|
|||||||
Color? reactionsBorderColor,
|
Color? reactionsBorderColor,
|
||||||
Color? reactionsMaskColor,
|
Color? reactionsMaskColor,
|
||||||
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
@Deprecated('Use urlAttachmentBackgroundColor instead')
|
||||||
Color? linkBackgroundColor,
|
Color? linkBackgroundColor,
|
||||||
Color? urlAttachmentBackgroundColor,
|
Color? urlAttachmentBackgroundColor,
|
||||||
TextStyle? urlAttachmentHostStyle,
|
TextStyle? urlAttachmentHostStyle,
|
||||||
TextStyle? urlAttachmentTitleStyle,
|
TextStyle? urlAttachmentTitleStyle,
|
||||||
|
|||||||
Reference in New Issue
Block a user