0 purchases
splash g2
video #
Usage #
/example
class SplashScreen extends StatelessWidget {
const SplashScreen({super.key});
@override
Widget build(BuildContext context) {
return const SplashScreenWidget(
image:'https://w0.peakpx.com/wallpaper/171/215/HD-wallpaper-samsung-android-blue-celular-color-movil-phone-pink-tecnology.jpg',
sizedd:40.0,
color:Colors.white,
timer:7500,
//go to home page
pageHome: Home(),
);
}
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.