Flutter – Unable to use setState() in TextButton
Why cannot I use setState in any of my buttons in flutter? This is my code of the button: TextButton( style: TextButton.styleFrom( fixedSize: Size( MediaQuery.of(context).size.width / 2, 100), ), onPressed: setState(() { logPage = false; }), child: const Text( "Sign…