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