Merge branch 'feature/new-ui' of github.com:GetStream/stream-chat-flutter into feature/group-info-screen

This commit is contained in:
Sahil Kumar
2020-12-30 12:57:15 +05:30
17 changed files with 740 additions and 525 deletions
+1
View File
@@ -510,6 +510,7 @@ class ThreadPage extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Color.fromRGBO(252, 252, 252, 1),
appBar: ThreadHeader(
parent: parent,
),