animated_splash icon indicating copy to clipboard operation
animated_splash copied to clipboard

How to change text and loading icon color which is showing below logo ?

Open piyush303 opened this issue 5 years ago • 1 comments

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,
    );
  }
}

piyush303 avatar Oct 10 '20 07:10 piyush303

the repo currently don't support that, please make a PR if you can

fayaz07 avatar Oct 10 '20 08:10 fayaz07