Last updated:
0 purchases
loading container
Loading Container #
Show center loading with white overlay
DEMO
LoadingContainer(
isLoading: false
// continue loading after isLoading turns false
delay: Duration(seconds: 2),
child: Text('Data Here...'),
)
copied to clipboard
You can see a complete sample in lib/main.dart file
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.