правки

This commit is contained in:
Полина Чубыкина 2024-09-18 17:26:27 +04:00
parent df0e9adec9
commit 601b3434c3

View File

@ -18,7 +18,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: 'Чубыкина Полина Павловна'),
);
}
}