@@ -42,15 +42,17 @@ class _MyHomePageState extends State<MyHomePage> {
42
42
padding: const EdgeInsets .only (top: 100.0 ),
43
43
child: new Column (
44
44
children: < Widget > [
45
- Divider (height: 200 .0 , color: Colors .white,),
45
+ Divider (height: 20 .0 , color: Colors .white,),
46
46
ColorLoader (
47
47
colors: colors,
48
48
duration: Duration (milliseconds: 1200 )
49
49
),
50
- Divider (height: 150.0 , color: Colors .white,),
51
- FlipLoader (loaderBackground: Colors .black, iconColor: Colors .red, icon: Icons .strikethrough_s, animationType: "full_flip" ),
52
- Divider (height: 150.0 , color: Colors .white),
53
- FlipLoader (loaderBackground: Colors .blueAccent, iconColor: Colors .orangeAccent, icon: Icons .subway, animationType: "half_flip" ),
50
+ Divider (height: 100.0 , color: Colors .white,),
51
+ FlipLoader (loaderBackground: Colors .red, iconColor: Colors .white, icon: Icons .email, animationType: "full_flip" ),
52
+ Divider (height: 100.0 , color: Colors .white),
53
+ FlipLoader (loaderBackground: Colors .blueAccent, iconColor: Colors .orangeAccent, icon: Icons .subway, animationType: "half_flip" , rotateIcon: true ,),
54
+ Divider (height: 100.0 , color: Colors .white),
55
+ FlipLoader (loaderBackground: Colors .green, iconColor: Colors .white, icon: Icons .wifi, animationType: "half_flip" , shape: "circle" , rotateIcon: false ,),
54
56
],
55
57
),
56
58
),
0 commit comments