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
IT Project 2020
Group B
pilar-mobile
Commits
dd8a874f
Commit
dd8a874f
authored
Nov 24, 2020
by
Tsamara Esperanti Erwin
🦄
Browse files
Pbi 7 progress program
parent
73fd8d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Pages/Program/program_page.dart
View file @
dd8a874f
...
...
@@ -74,7 +74,7 @@ class _ProgramsState extends State<Programs> {
const
Padding
(
padding:
EdgeInsets
.
only
(
top:
20
),
child:
Text
(
'Urutkan Berdasarkan:'
,
style:
TextStyle
(
fontSize:
1
6
.0
),),
style:
TextStyle
(
fontSize:
1
4
.0
),),
),
GestureDetector
(
onTap:
()
{
...
...
@@ -436,15 +436,15 @@ class FilterButton extends StatelessWidget {
@override
Widget
build
(
BuildContext
context
)
{
return
Container
(
margin:
const
EdgeInsets
.
symmetric
(
vertical:
1
0
.0
,
horizontal:
10
.0
),
margin:
const
EdgeInsets
.
symmetric
(
vertical:
1
2
.0
,
horizontal:
5
.0
),
decoration:
BoxDecoration
(
borderRadius:
BorderRadius
.
circular
(
10
),
color:
Theme
.
of
(
context
)
.
primaryColor
,
),
child:
Padding
(
padding:
const
EdgeInsets
.
symmetric
(
vertical:
10
.0
,
horizontal:
10.0
),
padding:
const
EdgeInsets
.
symmetric
(
vertical:
7
.0
,
horizontal:
10.0
),
child:
Text
(
sort
,
style:
const
TextStyle
(
color:
Colors
.
white
),
style:
const
TextStyle
(
color:
Colors
.
white
,
fontSize:
12
),
),
),
);
...
...
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