chore: more upgrades for channel_header_theme.dart
* Renamed: * title -> titleStyle * subtitle -> subtitleStyle * Added * == * hashcode * debugFillProperties * lerp
This commit is contained in:
@@ -64,7 +64,7 @@ class ChannelInfo extends StatelessWidget {
|
||||
style: StreamChatTheme.of(context)
|
||||
.channelTheme
|
||||
.channelHeaderTheme
|
||||
.subtitle,
|
||||
.subtitleStyle,
|
||||
);
|
||||
} else {
|
||||
final userId = StreamChat.of(context).currentUser?.id;
|
||||
|
||||
Reference in New Issue
Block a user