ChatAppBar constructor

const ChatAppBar({
  1. Key? key,
  2. String otherUserName = "",
  3. String otherUserImage = "",
  4. TextStyle? userNameStyle,
  5. required Color chatAppBackgroundColor,
})

Implementation

const ChatAppBar(
    {super.key,
    this.otherUserName = "",
    this.otherUserImage = "",
    this.userNameStyle,
    required this.chatAppBackgroundColor});