cara menggunakan buildContext di initstate flutter

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