Jak używać BuildContext w initState Flutter

Future.delayed(Duration.zero,() {
  //Do your stuff here
  });
RakshaD