важный коммит

This commit is contained in:
dyakonovr 2024-09-15 22:03:49 +04:00
parent ec5437699c
commit 03821f1260

View File

@ -17,7 +17,7 @@ class MyApp extends StatelessWidget {
colorScheme: ColorScheme.fromSeed(seedColor: Colors.deepPurple),
useMaterial3: true,
),
home: const MyHomePage(title: 'Lab 3: Cards'),
home: const MyHomePage(title: 'Lab 4'),
);
}
}