chore: more upgrades for channel_header_theme.dart

* Renamed:
  * title -> titleStyle
  * subtitle -> subtitleStyle
* Added
  * ==
  * hashcode
  * debugFillProperties
  * lerp
This commit is contained in:
groovinchip
2021-07-27 13:33:58 -04:00
parent 8bf45f8501
commit 3a072fc836
7 changed files with 66 additions and 21 deletions
@@ -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),
),
),