Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2020
PPL-C
DTB-Layanan Fasilitas Publik Penyandang Disabilitas
PoiPoLeGan-PPLapanganTembak-DTB Layanan Fasilitas Publik Penyandang Disabilitas-FE
Commits
86874dc1
Commit
86874dc1
authored
Mar 28, 2020
by
fazasabira
Browse files
[REFACTOR] making space between button terapkan and hapus semua
parent
210c45e1
Pipeline
#37622
failed with stages
in 1 minute and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/page/filter & fasilitas/insideFilter.dart
View file @
86874dc1
...
...
@@ -23,7 +23,7 @@ class _InsideFilterState extends State<InsideFilter>
Widget
build
(
BuildContext
context
)
{
return
Container
(
height:
MediaQuery
.
of
(
context
)
.
size
.
height
/
2
,
decoration:
BoxDecoration
(
border:
Border
.
all
(
color:
Colors
.
white
)),
decoration:
BoxDecoration
(
border:
Border
.
all
(
color:
Colors
.
green
)),
child:
new
Row
(
//body: ListView(
children:
<
Widget
>[
...
...
@@ -33,18 +33,26 @@ class _InsideFilterState extends State<InsideFilter>
children:
<
Widget
>[
new
InkWell
(
child:
new
Text
(
'Urutan'
),
splashColor:
Colors
.
green
,
highlightColor:
Colors
.
green
,
onTap:
()
=
>
setState
(()
{
print
(
'no'
);
showUrutan
=
true
;
})),
Container
(
height:
80.0
,
),
InkWell
(
child:
new
Text
(
'Jenis Fasilitas'
),
splashColor:
Colors
.
green
,
highlightColor:
Colors
.
green
,
onTap:
()
=
>
setState
(()
{
print
(
"yes"
);
showUrutan
=
false
;
})),
Container
(
height:
200.0
,
),
Container
(
margin:
EdgeInsets
.
only
(
top:
doubleSpace
,
bottom:
doubleSpace
,
left:
smallSpace
),
...
...
@@ -66,7 +74,7 @@ class _InsideFilterState extends State<InsideFilter>
},
child:
Text
(
"Hapus Semua"
,
style:
TextStyle
(
fontSize:
2
0
),
style:
TextStyle
(
fontSize:
1
0
),
),
),
),
...
...
@@ -184,8 +192,38 @@ class _InsideFilterState extends State<InsideFilter>
},
),
new
Text
(
"Parkir Disabilitas"
),
Container
(
height:
1.0
,),
],
),
Container
(
height:
0.0
,
),
Container
(
margin:
EdgeInsets
.
only
(
top:
doubleSpace
,
bottom:
doubleSpace
,
left:
smallSpace
),
decoration:
BoxDecoration
(
boxShadow:
regularShadow
),
child:
SizedBox
(
width:
double
.
infinity
,
child:
FlatButton
(
color:
Colors
.
green
[
700
],
textColor:
Colors
.
white
,
//disabledColor: Colors.grey,
//disabledTextColor: Colors.black,
padding:
EdgeInsets
.
all
(
8
),
shape:
RoundedRectangleBorder
(
borderRadius:
regularBorderRadius
,
side:
BorderSide
(
color:
Colors
.
transparent
)),
splashColor:
Colors
.
green
,
onPressed:
()
{
/*...*/
},
child:
Text
(
"Terapkan"
,
style:
TextStyle
(
fontSize:
14
),
),
),
),
),
// new ListTile(title: new Text('Kursi roda'), onTap: () {}),
// new ListTile(title: new Text('Lift'), onTap: () {}),
...
...
@@ -251,6 +289,9 @@ class _InsideFilterState extends State<InsideFilter>
],
)
),
Container
(
height:
190.0
,
),
Container
(
margin:
EdgeInsets
.
only
(
top:
doubleSpace
,
bottom:
doubleSpace
,
left:
smallSpace
),
...
...
@@ -260,19 +301,19 @@ class _InsideFilterState extends State<InsideFilter>
child:
FlatButton
(
color:
Colors
.
green
[
700
],
textColor:
Colors
.
white
,
disabledColor:
Colors
.
grey
,
disabledTextColor:
Colors
.
black
,
//
disabledColor: Colors.grey,
//
disabledTextColor: Colors.black,
padding:
EdgeInsets
.
all
(
8
),
shape:
RoundedRectangleBorder
(
borderRadius:
regularBorderRadius
,
side:
BorderSide
(
color:
Colors
.
transparent
)),
splashColor:
Colors
.
re
dAcc
en
t
,
splashColor:
Colors
.
g
reen
,
onPressed:
()
{
/*...*/
},
child:
Text
(
"Terapkan"
,
style:
TextStyle
(
fontSize:
20
),
style:
TextStyle
(
fontSize:
14
),
),
),
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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