ChatTheme constructor
ChatTheme({
- String? extra,
- int? client_id,
- string? name,
- ThemeSettings? light_settings,
- ThemeSettings? dark_settings,
Implementation
ChatTheme({
super.extra,
super.client_id,
this.name,
this.light_settings,
this.dark_settings,
});