empty static method

ChatTheme empty()
override

create ChatTheme Empty

Implementation

static ChatTheme empty() {
  return ChatTheme({});
}