ChatStyle constructor
ChatStyle({})
Implementation
ChatStyle(
{bubbleStyle,
this.appBarColor = Colors.black,
this.appBarTextColor = Colors.white,
this.appbarEnabled = true})
: bubbleStyle = bubbleStyle ?? BubbleStyle();