New KCCB logo

This commit is contained in:
2025-11-17 16:06:07 +05:30
parent 547f534037
commit f6e851a9ee
38 changed files with 282 additions and 193 deletions

View File

@@ -78,11 +78,13 @@
IgnorePointer(
child: Center(
child: Opacity(
opacity: 0.1,
child: Image.asset(
'assets/images/logo.png',
width: 200,
height: 200,
opacity: 0.07,
child: ClipOval(
child: Image.asset(
'assets/images/logo.png',
width: 200,
height: 200,
),
),
),
),