Skip to content
Snippets Groups Projects
Commit 2b283d2e authored by Lee Jaehyeok's avatar Lee Jaehyeok
Browse files

codelab4

parent f9963c6c
Branches
No related tags found
1 merge request!1Main
...@@ -37,7 +37,7 @@ class MyHomePage extends StatelessWidget { ...@@ -37,7 +37,7 @@ class MyHomePage extends StatelessWidget {
return Scaffold( return Scaffold(
body: Column( body: Column(
children: [ children: [
Text('A random idea:'), Text('A random AWESOME idea:'),
Text(appState.current.asLowerCase), Text(appState.current.asLowerCase),
// //
ElevatedButton( ElevatedButton(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment