RCKChatPageConfig constructor
RCKChatPageConfig({
- RCKChatAppBarConfig? appBarConfig,
- RCKBubbleConfig? bubbleConfig,
- RCKChatBackgroundConfig? backgroundConfig,
- RCKMessageInputConfig? inputConfig,
- bool useDefaultAppBarLeading = true,
Implementation
RCKChatPageConfig({
RCKChatAppBarConfig? appBarConfig,
RCKBubbleConfig? bubbleConfig,
RCKChatBackgroundConfig? backgroundConfig,
RCKMessageInputConfig? inputConfig,
this.useDefaultAppBarLeading = true,
}) : appBarConfig = appBarConfig ?? RCKChatAppBarConfig(),
backgroundConfig = backgroundConfig ?? RCKChatBackgroundConfig(),
bubbleConfig = bubbleConfig ?? RCKBubbleConfig(),
inputConfig = inputConfig ?? RCKMessageInputConfig();