AnimatedSplashScreen constructor

const AnimatedSplashScreen({
  1. Key? key,
  2. required Color backgroundcolor,
  3. required Color foregroundcolor,
  4. required String brandname,
  5. Color brandnamecolor = Colors.black,
  6. String companyname = '',
})

Implementation

const AnimatedSplashScreen(
    {super.key,
    required this.backgroundcolor,
    required this.foregroundcolor,
    required this.logo,
    required this.brandname,
    this.brandnamecolor = Colors.black,
    this.companyname = ''});