我是颤振的菜鸟,现在正在试验颤振。我试图实现一个闪屏。我的要求:
小智 5
return new SplashScreen(
seconds: 4,
navigateAfterSeconds: new HomeScreen(),
title: new Text(
'WELCOME TO KIDS MANIA',
style: new TextStyle(
fontWeight: FontWeight.bold,
fontSize: 20.0,
fontFamily: 'Chunkfive'),
),
image: Image.asset("images/splashlogo.png"),
backgroundColor: Colors.lightBlueAccent,
styleTextUnderTheLoader: new TextStyle(fontFamily: 'Chunkfive'),
photoSize: 100.0,
loaderColor: Colors.black,
);
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
3237 次 |
| 最近记录: |