of static method

Implementation

static ChatUIKitTheme of(BuildContext context) {
  final ChatUIKitTheme? theme =
      context.dependOnInheritedWidgetOfExactType<ChatUIKitTheme>();
  return theme ?? _getDefineTheme;
}