splashscreen | Flutter Package
Mon Sep 19 2022 11:03:58 GMT+0000 (Coordinated Universal Time)
Saved by
@KatloMatleelane
SplashScreen(
seconds: 14,
navigateAfterSeconds: new AfterSplash(),
title: new Text('Welcome In SplashScreen',
style: new TextStyle(
fontWeight: FontWeight.bold,
fontSize: 20.0
),),
image: new Image.network('https://i.imgur.com/TyCSG9A.png'),
backgroundColor: Colors.white,
styleTextUnderTheLoader: new TextStyle(),
photoSize: 100.0,
onClick: ()=>print("Flutter Egypt"),
loaderColor: Colors.red
);
content_copyCOPY
https://pub.dev/packages/splashscreen
Comments