brightness property

Brightness? get brightness

Getter for the brightness.

Implementation

Brightness? get brightness => _brightness;
set brightness (Brightness? value)

Setter for the brightness.

Implementation

set brightness(Brightness? value) {
  _brightness = value;
  TencentCloudChat.instance.eventBusInstance.fire(this, "TencentCloudChatTheme");
}