chore: rename ChannelPreviewTheme.lastMessageAt to .lastMessageAtStyle

This commit is contained in:
groovinchip
2021-07-30 13:50:42 -04:00
parent 008dc0b1df
commit c5d53de53c
4 changed files with 12 additions and 11 deletions
@@ -182,8 +182,9 @@ class ChannelPreview extends StatelessWidget {
return Text(
stringDate,
style:
StreamChatTheme.of(context).channelPreviewTheme.lastMessageAt,
style: StreamChatTheme.of(context)
.channelPreviewTheme
.lastMessageAtStyle,
);
},
);