fix: upgrade to flutter 3.10

This commit is contained in:
2023-05-11 16:43:00 +02:00
parent a82d28a6d5
commit 874d85f29c
5 changed files with 9 additions and 8 deletions
@@ -43,9 +43,9 @@ class Loaders extends DemoPage {
radius: 57,
),
const Gap(20),
Row(
const Row(
mainAxisAlignment: MainAxisAlignment.center,
children: const [
children: [
Loader(
stroke: 5,
),