ChatTheme constructor
const
ChatTheme({
- ChatBubbleTheme bubbleTheme = const ChatBubbleTheme(),
- ChatTileTheme tileTheme = const ChatTileTheme(),
- ChatStyle style = ChatStyle.bubbles,
- 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)});