This commit is contained in:
Patrick Alvin Alcala 2025-02-17 14:49:06 +08:00
parent 3aa12bfcad
commit 71a289b74c
11 changed files with 108 additions and 52 deletions

View file

@ -26,6 +26,9 @@ class IndexPage extends StatelessWidget {
child: Column(
children: [
const Gap(88),
Image.asset('assets/ofa_logo.webp',
width: 90, cacheWidth: (90 * MediaQuery.of(context).devicePixelRatio).round()),
const Gap(8),
const TitleWidget(firstTextSize: 24, secondTextSize: 32),
const Gap(32),
Padding(