super. initState() should always be the first line in your initState method . From docs: initState(): If you override this, make sure your method starts with a call to super.
super. initState() should always be the first line in your initState method . From docs: initState(): If you override this, make sure your method starts with a call to super.