menu
tdlib2 package
documentation
td_api.dart
MessageChatSetThemeExtensions
copyWith method
copyWith method
dark_mode
light_mode
copyWith
method
MessageChatSetTheme
copyWith
(
{
ChatTheme
?
theme
,
})
Implementation
MessageChatSetTheme copyWith({ChatTheme? theme}) => MessageChatSetTheme(theme: theme ?? this.theme);
tdlib2 package
documentation
td_api
MessageChatSetThemeExtensions
copyWith method
MessageChatSetThemeExtensions extension on
MessageChatSetTheme