update
This commit is contained in:
parent
3aa12bfcad
commit
71a289b74c
11 changed files with 108 additions and 52 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue