Update home_screen.dart

This commit is contained in:
kleponijo 2026-04-20 16:57:43 +07:00
parent fd75feb34f
commit 1f5c03ea8f
1 changed files with 5 additions and 9 deletions

View File

@ -27,16 +27,12 @@ class HomeScreen extends StatelessWidget {
title: Row(
children: [
// Ganti dengan Image.asset jika sudah ada logo
const Icon(Icons.cloud_queue, color: Colors.blue, size: 28),
const SizedBox(width: 10),
Text(
"Klimatologi",
style: GoogleFonts.rubik(
color: Colors.black,
fontWeight: FontWeight.bold,
fontSize: 20,
),
Image.asset(
'images/logo_klimatologi.png',
height: 90,
fit: BoxFit.contain,
),
const SizedBox(width: 10),
],
),
actions: [