fix: Fix example code

This commit is contained in:
PapaTutuWawa 2023-07-21 17:31:43 +02:00
parent 563b0386d6
commit f6e442fd4b

View File

@ -101,11 +101,6 @@ class MyHomePage extends StatelessWidget {
],
),
),
floatingActionButton: FloatingActionButton(
onPressed: _incrementCounter,
tooltip: 'Increment',
child: const Icon(Icons.add),
), // This trailing comma makes auto-formatting nicer for build methods.
);
}
}