feat : ChannelListHeader

This commit is contained in:
xsahil03x
2020-11-23 16:36:50 +05:30
parent 0a9652f1ac
commit 525991f24b
6 changed files with 165 additions and 13 deletions
+1 -2
View File
@@ -5,7 +5,6 @@ import 'package:stream_chat_flutter/stream_chat_flutter.dart';
import 'chips_input_text_field.dart';
import 'main.dart';
import 'neumorphic_button.dart';
import 'new_group_chat_screen.dart';
class NewChatScreen extends StatefulWidget {
@@ -193,7 +192,7 @@ class _NewChatScreenState extends State<NewChatScreen> {
padding: const EdgeInsets.symmetric(vertical: 8),
child: Row(
children: [
NeumorphicButton(
StreamNeumorphicButton(
child: Icon(
StreamIcons.group,
color: Color(0xFF006CFF),