of static method
Implementation
static InheritedChatTheme of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<InheritedChatTheme>()!;static InheritedChatTheme of(BuildContext context) =>
    context.dependOnInheritedWidgetOfExactType<InheritedChatTheme>()!;