of static method

Implementation

static UserGuildanceAnchorInherit? of(BuildContext context) {
  var instance = context
      .dependOnInheritedWidgetOfExactType<UserGuildanceAnchorInherit>();
  return instance;
}