of static method

Implementation

static ChangeConexionWidget? of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType();
}