лабораторная 1

This commit is contained in:
Галина Федоренко 2024-09-30 16:52:13 +04:00
parent 4ff56cc9e9
commit 326c40eda7

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: 'Федоренко Галина Юрьевна'),
);
}
}