Location edition
This commit is contained in:
parent
e55edce3d4
commit
87718b7ad5
15 changed files with 138 additions and 75 deletions
|
|
@ -15,6 +15,7 @@ class Sandbox extends StatelessWidget {
|
|||
return Scaffold(
|
||||
appBar: new AppBar(
|
||||
title: new TextField(
|
||||
autofocus: true,
|
||||
controller: new TextEditingController(text: "kk"),
|
||||
decoration: new InputDecoration(),
|
||||
onSubmitted: (todoText) {},
|
||||
|
|
@ -23,4 +24,3 @@ class Sandbox extends StatelessWidget {
|
|||
);
|
||||
}
|
||||
}
|
||||
-añ
|
||||
Loading…
Add table
Add a link
Reference in a new issue