textStyle property
TencentCloudChatTextStyle
get
textStyle
Getter for the text styles.
Implementation
TencentCloudChatTextStyle get textStyle => _textStyle;
set
textStyle
(TencentCloudChatTextStyle value)
Setter for the text styles.
Implementation
set textStyle(TencentCloudChatTextStyle value) {
_textStyle = value;
}