update
This commit is contained in:
parent
27f654837b
commit
5537edb6c5
11 changed files with 82 additions and 68 deletions
|
|
@ -2,6 +2,7 @@ import 'package:flutter/material.dart';
|
|||
import 'package:go_router/go_router.dart';
|
||||
import 'package:gap/gap.dart';
|
||||
import 'package:pharmacy_mobile/widgets/button_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/logo_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/page_background_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/slogan_widget.dart';
|
||||
import 'package:pharmacy_mobile/widgets/text_widget.dart';
|
||||
|
|
@ -26,8 +27,7 @@ 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 LogoWidget(size: 90),
|
||||
const Gap(8),
|
||||
const TitleWidget(firstTextSize: 24, secondTextSize: 32),
|
||||
const Gap(32),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue