mv chat_page to common/widgets & opt chat_page color style

This commit is contained in:
csf
2022-10-25 21:36:01 +09:00
parent ee796b7a06
commit 962b5d1144
5 changed files with 7 additions and 4 deletions

View File

@@ -108,6 +108,7 @@ class ChatModel with ChangeNotifier {
hideChatWindowOverlay();
}
},
backgroundColor: Theme.of(context).colorScheme.primary,
child: Icon(Icons.message)));
});
overlayState.insert(overlay);