From 49458c9c3635b9e3a15d5fa99b54b57042c43862 Mon Sep 17 00:00:00 2001 From: MoxiFoxi411 Date: Wed, 19 Nov 2025 21:22:46 +0100 Subject: [PATCH] Small syntax fix --- lib/main.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main.dart b/lib/main.dart index c4c7f3a..62fabcc 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -104,7 +104,7 @@ class _MyHomePageState extends State { // wireframe for each widget. mainAxisAlignment: MainAxisAlignment.center, children: [ - 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,