update
This commit is contained in:
parent
e6aebd9a64
commit
2c63edd554
11 changed files with 13 additions and 13 deletions
|
|
@ -12,7 +12,7 @@ class PageBackgroundWidget extends StatelessWidget {
|
|||
// physics: NeverScrollableScrollPhysics(),
|
||||
child: Container(
|
||||
alignment: Alignment.center,
|
||||
height: MediaQuery.of(context).size.height,
|
||||
height: MediaQuery.of(context).size.height + 200,
|
||||
decoration: const BoxDecoration(
|
||||
image: DecorationImage(image: AssetImage('assets/background2.webp'), fit: BoxFit.fitWidth, opacity: 0.2),
|
||||
gradient: RadialGradient(
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ class SloganWidget extends StatelessWidget {
|
|||
children: [
|
||||
_buildSloganItem("Easy to Use", 48),
|
||||
const Gap(8),
|
||||
_buildSloganItem("Access to Medicine", 88),
|
||||
_buildSloganItem("Access to Medicines", 80),
|
||||
const Gap(8),
|
||||
_buildSloganItem("Instant Home Delivery", 128),
|
||||
_buildSloganItem("Instant Home Delivery", 112),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue