This commit is contained in:
Вячеслав Иванов 2024-09-10 23:45:47 +04:00
parent b3f16e9c47
commit bcac3a5e03

View File

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