setTextStyle method

void setTextStyle({
  1. required TencentCloudChatTextStyle textStyle,
})

Sets the global text style

Implementation

void setTextStyle({required TencentCloudChatTextStyle textStyle}) {
  _themeModel.textStyle = textStyle;
  TencentCloudChat.instance.eventBusInstance.fire(this, "TencentCloudChatTheme");
}