Answers for "what is the use of initstate in flutter"

5

initstate flutter

@override
  void initState() {
    super.initState();
///whatever you want to run on page build
  }
Posted by: Guest on January-04-2021

Code answers related to "what is the use of initstate in flutter"

Browse Popular Code Answers by Language