|
|
|
@ -69,7 +69,7 @@ class _ChatDetailScreenState extends State<ChatDetailScreen> {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
return Scaffold(
|
|
|
|
return Scaffold(
|
|
|
|
backgroundColor: const Color(0xFFF8F8F8),
|
|
|
|
backgroundColor: MyColors.backgroundColor,
|
|
|
|
appBar: AppBarWidget(context,
|
|
|
|
appBar: AppBarWidget(context,
|
|
|
|
title: userDetails["targetUser"].userName.toString().replaceAll(".", " ").capitalizeFirstofEach,
|
|
|
|
title: userDetails["targetUser"].userName.toString().replaceAll(".", " ").capitalizeFirstofEach,
|
|
|
|
showHomeButton: false,
|
|
|
|
showHomeButton: false,
|
|
|
|
|