of static method

Implementation

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