Skip to content
Snippets Groups Projects
Commit 8beb9749 authored by benedikts's avatar benedikts
Browse files

.

parent 737a5ec2
No related branches found
No related tags found
2 merge requests!1Profile benedikt,!2Home page chaitanya
...@@ -59,7 +59,7 @@ class _ProfilePage extends State<Profile> { ...@@ -59,7 +59,7 @@ class _ProfilePage extends State<Profile> {
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: [ children: [
ProfileEntry( ProfileEntry(
category: "Name", description: "A very long example Name"), category: "Name", description: "Very long example Name"),
ProfileEntry(category: "Age", description: "123"), ProfileEntry(category: "Age", description: "123"),
ProfileEntry(category: "Birthday", description: "30.02.") ProfileEntry(category: "Birthday", description: "30.02.")
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment