[Drawer,NewChatScreen] Navigate to NewGroupChatScreen on "New Group" button press.

This commit is contained in:
xsahil03x
2020-11-19 13:20:55 +05:30
parent 83d68c4baf
commit 1a21dc27a2
2 changed files with 33 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ class ChipInputTextFieldState<T> extends State<ChipsInputTextField<T>> {
@override
Widget build(BuildContext context) {
return Material(
elevation: 2,
elevation: 4,
color: Colors.white,
child: Container(
child: Padding(