Small syntax fix

This commit is contained in:
Matic Ivešić 2025-11-19 21:22:46 +01:00
parent 20d95417c0
commit 49458c9c36
1 changed files with 1 additions and 1 deletions

View File

@ -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,