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
b3861ada
Commit
b3861ada
authored
Oct 04, 2022
by
rizky ramadhan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
iseng
parent
015b9c4a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
8 deletions
+14
-8
appbar_home.dart
lib/appbar/appbar_home.dart
+14
-8
No files found.
lib/appbar/appbar_home.dart
View file @
b3861ada
...
...
@@ -5,7 +5,6 @@ import 'package:medapp_eksad/register.dart';
import
'package:provider/provider.dart'
;
import
'package:medapp_eksad/firebase/firebase_auth_methods.dart'
;
AppBar
AppbarHomeLarge
(
Size
screenSize
,
BuildContext
context
,
Color
home
,
Color
aboutUs
,
Color
ourServices
,
Color
career
,
Color
contactUs
)
{
return
AppBar
(
...
...
@@ -14,7 +13,6 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
leadingWidth:
screenSize
.
width
*
0.3
,
leading:
Row
(
children:
[
Container
(
width:
screenSize
.
width
*
0.1
,
),
...
...
@@ -78,7 +76,7 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
onPrimary:
Colors
.
red
,
),
child:
const
Text
(
'Regist
er
'
,
'Regist'
,
style:
TextStyle
(
color:
Colors
.
white
,
fontSize:
19
,
fontWeight:
FontWeight
.
w500
),
),
...
...
@@ -91,15 +89,21 @@ AppBar AppbarHomeLarge(Size screenSize, BuildContext context, Color home,
);
}
AppBar
AppbarHomeLargeUser
(
Size
screenSize
,
BuildContext
context
,
Color
home
,
Color
aboutUs
,
Color
ourServices
,
Color
career
,
Color
contactUs
,
Color
demo
)
{
AppBar
AppbarHomeLargeUser
(
Size
screenSize
,
BuildContext
context
,
Color
home
,
Color
aboutUs
,
Color
ourServices
,
Color
career
,
Color
contactUs
,
Color
demo
)
{
return
AppBar
(
backgroundColor:
Colors
.
white
,
toolbarHeight:
80
,
leadingWidth:
screenSize
.
width
*
0.3
,
leading:
Row
(
children:
[
Container
(
width:
screenSize
.
width
*
0.1
,
),
...
...
@@ -141,7 +145,9 @@ AppBar AppbarHomeLargeUser(Size screenSize, BuildContext context, Color home,
flex:
1
,
),
ButtonAppbar_baru
(
arah:
'/demo'
,
menu:
'Demo'
,
warna:
demo
),
Spacer
(
flex:
2
,),
Spacer
(
flex:
2
,
),
Container
(
width:
screenSize
.
width
*
0.006
,
),
...
...
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