Untitled
unknown
plain_text
a year ago
315 B
2
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