(...) floatingActionButton: FloatingActionButton( onPressed: () { Navigator.of(context) .push(MaterialPageRoute( builder: (context) => const NewContact(), )) .then((reload) => setState(() {})); }, (...)
(...) floatingActionButton: FloatingActionButton( onPressed: () { Navigator.of(context) .push(MaterialPageRoute( builder: (context) => const NewContact(), )) .then((reload) => setState(() {})); }, (...)
Poderia postar o código novamente por favor?