style: Fix typo

This commit is contained in:
Mandresy Randrianarinjaka 2025-02-06 16:14:12 +03:00
parent 050401eb63
commit c62eb994d9

View File

@ -16,7 +16,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.red),
useMaterial3: true,
),
home: const MyHomePage(title: 'Flutter Demo Home Page'),
home: const MyHomePage(title: 'Flutter test Home Page'),
);
}
}