ThemeSettings constructor
ThemeSettings({
- String? extra,
- int? client_id,
- int32? accent_color,
- Background? background,
- BackgroundFill? outgoing_message_fill,
- Bool? animate_outgoing_message_fill,
- int32? outgoing_message_accent_color,
Implementation
ThemeSettings({
super.extra,
super.client_id,
this.accent_color,
this.background,
this.outgoing_message_fill,
this.animate_outgoing_message_fill,
this.outgoing_message_accent_color,
});