animated_splash
animated_splash copied to clipboard
How to change text and loading icon color which is showing below logo ?
I am using it like below.
class MyApp extends StatelessWidget {
// This widget is the root of your application.
@override
Widget build(BuildContext context) {
return AnimatedSplash(
imagePath: 'assets/images/logo.png',
home: AfterSplash(context),
duration: 2500,
type: AnimatedSplashType.BackgroundProcess,
);
}
}
the repo currently don't support that, please make a PR if you can