Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ppl-fasilkom-ui
2021
Kelas D
Fundex.id - Security Crowdfunding Mobile Application
ppl2021-D-SLhape
Commits
55474ca6
Commit
55474ca6
authored
Apr 25, 2021
by
Muhammad Farhan Ghaffar
Browse files
[GREEN] adding code contoh foto for page data_identitas.dart
parent
b19913f6
Pipeline
#72146
passed with stages
in 10 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/pages/kyc/data_identitas.dart
View file @
55474ca6
...
...
@@ -375,6 +375,33 @@ class _DataIdentitasState extends State<DataIdentitas> {
)
),
// contoh foto
Container
(
child:
Row
(
children:
<
Widget
>
[
Column
(
children:
<
Widget
>[
Container
(
width:
343
,
margin:
const
EdgeInsets
.
fromLTRB
(
0
,
12
,
0
,
8
),
child:
Text
(
"Contoh Foto dengan KTP dan Tulisan"
,
style:
miniTitleTextStyle
(),
),
),
Container
(
width:
156
,
child:
new
Image
.
asset
(
'assets/images/contohFoto.png'
,
key:
Key
(
'contohFoto'
),
),
)
]
)
]
)
),
// button
Container
(
margin:
const
EdgeInsets
.
fromLTRB
(
0
,
42
,
0
,
16
),
...
...
Write
Preview
Supports
Markdown
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