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,
Color aboutUs, Color ourServices, Color career, Color contactUs) {
return AppBar(
backgroundColor: Colors.white,
toolbarHeight: 100,
toolbarHeight: 80,
leadingWidth: screenSize.width * 0.3,
leading: Row(
children: [
......
......@@ -73,7 +73,7 @@ class VerticalSlider extends StatelessWidget {
aspectRatio: 2.0,
enlargeCenterPage: true,
scrollDirection: Axis.horizontal,
autoPlay: true,
autoPlay: false,
),
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