Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
medapp_eksad
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qorri_di
medapp_eksad
Commits
c46ba368
Commit
c46ba368
authored
Sep 05, 2022
by
Budi Prasetyo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing
parent
e6a26740
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
appbar_home.dart
lib/appbar/appbar_home.dart
+1
-1
image_slide.dart
lib/widget/image_slide.dart
+1
-1
No files found.
lib/appbar/appbar_home.dart
View file @
c46ba368
...
...
@@ -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:
10
0
,
toolbarHeight:
8
0
,
leadingWidth:
screenSize
.
width
*
0.3
,
leading:
Row
(
children:
[
...
...
lib/widget/image_slide.dart
View file @
c46ba368
...
...
@@ -73,7 +73,7 @@ class VerticalSlider extends StatelessWidget {
aspectRatio:
2.0
,
enlargeCenterPage:
true
,
scrollDirection:
Axis
.
horizontal
,
autoPlay:
tru
e
,
autoPlay:
fals
e
,
),
items:
imageSliders
,
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment