copyWith method

MessageChatSetTheme copyWith({
  1. ChatTheme? theme,
})

Implementation

MessageChatSetTheme copyWith({ChatTheme? theme}) =>
    MessageChatSetTheme(theme: theme ?? this.theme);