Option to disable loader
EmilienLeroy opened this issue · 3 comments
EmilienLeroy commented
Hi,
It's possible to add an option to disable the loader ?
Like :
new SplashScreen(
seconds: 3,
navigateAfterSeconds: new HomeScreen(),
title: new Text('Welcome In SplashScreen'),
useLoader: false // remove the loader
)
ahmedmgh67 commented
Issue resolved waiting for upload
EmilienLeroy commented
Thanks you 😀
DanielChuDC commented
Hi would like to help to update the docs for disable loading as the docs did not mention the disable options.