Untitled
Anonymous
plain_text
02/20/2024 11:03 AM
420 B
11
Indexable
Timer(Duration(seconds: 3), () {Navigator.push(context, MaterialPageRoute(builder: (context)=>Questions())); });
super.initState();
}
@override
Widget build(BuildContext context) {
return Scaffold(backgroundColor:Colors.grey ,
body:Center(
child:Column(
children: [Editor is loading...
Leave a Comment