Commit c46ba368 authored by Budi Prasetyo's avatar Budi Prasetyo

fixing

parent e6a26740
...@@ -7,7 +7,7 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home, ...@@ -7,7 +7,7 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
Color aboutUs, Color ourServices, Color career, Color contactUs) { Color aboutUs, Color ourServices, Color career, Color contactUs) {
return AppBar( return AppBar(
backgroundColor: Colors.white, backgroundColor: Colors.white,
toolbarHeight: 100, toolbarHeight: 80,
leadingWidth: screenSize.width * 0.3, leadingWidth: screenSize.width * 0.3,
leading: Row( leading: Row(
children: [ children: [
......
...@@ -73,7 +73,7 @@ class VerticalSlider extends StatelessWidget { ...@@ -73,7 +73,7 @@ class VerticalSlider extends StatelessWidget {
aspectRatio: 2.0, aspectRatio: 2.0,
enlargeCenterPage: true, enlargeCenterPage: true,
scrollDirection: Axis.horizontal, scrollDirection: Axis.horizontal,
autoPlay: true, autoPlay: false,
), ),
items: imageSliders, items: imageSliders,
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment