feat: Added color theme implementations

This commit is contained in:
Deven Joshi
2020-12-29 23:10:41 +05:30
parent 08d2b32eff
commit 7fd8a1ed57
43 changed files with 504 additions and 224 deletions
+3 -1
View File
@@ -100,7 +100,9 @@ class _FullScreenMediaState extends State<FullScreenMedia>
.channelTheme
.channelHeaderTheme
.color,
end: Colors.black)
end: StreamChatTheme.of(context)
.colorTheme
.black)
.lerp(_controller.value),
),
onTapUp: (a, b, c) {