Small syntax fix
This commit is contained in:
parent
20d95417c0
commit
49458c9c36
|
|
@ -104,7 +104,7 @@ class _MyHomePageState extends State<MyHomePage> {
|
|||
// wireframe for each widget.
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: <Widget>[
|
||||
const Text('You have pushed the button this many times:'),6g6666
|
||||
const Text('You have pushed the button this many times:'),
|
||||
Text(
|
||||
'$_counter',
|
||||
style: Theme.of(context).textTheme.headlineMedium,
|
||||
|
|
|
|||
Loading…
Reference in New Issue