complete lab1

This commit is contained in:
Elena 2024-09-11 15:39:44 +04:00
parent b3b944f223
commit 89101324d0

View File

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