ChatTheme constructor

const ChatTheme({
  1. ChatBubbleTheme bubbleTheme = const ChatBubbleTheme(),
  2. ChatTileTheme tileTheme = const ChatTileTheme(),
  3. ChatStyle style = ChatStyle.bubbles,
  4. Duration messageGroupDistance = const Duration(minutes: 5),
})

Implementation

const ChatTheme(
    {this.bubbleTheme = const ChatBubbleTheme(),
    this.tileTheme = const ChatTileTheme(),
    this.style = ChatStyle.bubbles,
    this.messageGroupDistance = const Duration(minutes: 5)});