chore: more upgrades for channel_header_theme.dart
* Renamed: * title -> titleStyle * subtitle -> subtitleStyle * Added * == * hashcode * debugFillProperties * lerp
This commit is contained in:
@@ -288,8 +288,8 @@ class StreamChatThemeData {
|
||||
),
|
||||
),
|
||||
color: colorTheme.barsBg,
|
||||
title: textTheme.headlineBold,
|
||||
subtitle: textTheme.footnote.copyWith(
|
||||
titleStyle: textTheme.headlineBold,
|
||||
subtitleStyle: textTheme.footnote.copyWith(
|
||||
color: const Color(0xff7A7A7A),
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user