Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

how to make a widget delay in flutter

Future myFuture() async {

await new Future.delayed(new Duration(seconds: 3));

//return your_main_future_code_here;

}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #widget #delay #flutter
ADD COMMENT
Topic
Name
3+9 =