fix bugs pharmacy home

merge-update-with-lab-changes
mosazaid 4 years ago
parent 6acb8031d0
commit a9d0b7a14b

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 867 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -59,7 +59,7 @@ class _BannerPagerState extends State<BannerPager> {
)
: CachedNetworkImage(
imageUrl: item,
fit: BoxFit.cover,
fit: BoxFit.fitWidth,
errorWidget: (context, url, error) =>
SizedBox()),
),

@ -29,10 +29,15 @@ class GridViewCard extends StatelessWidget {
flex: 2,
child: Padding(
padding: const EdgeInsets.all(6),
child: Texts(
text,
color: Colors.white,
fontSize: SizeConfig.textMultiplier * 1.5,
child: Column(
children: [
Texts(
text,
color: Colors.white,
bold: true,
fontSize: SizeConfig.textMultiplier * 1.5,
),
],
),
),
),

Loading…
Cancel
Save