fix bugs pharmacy home

merge-update-with-lab-changes
mosazaid 5 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( : CachedNetworkImage(
imageUrl: item, imageUrl: item,
fit: BoxFit.cover, fit: BoxFit.fitWidth,
errorWidget: (context, url, error) => errorWidget: (context, url, error) =>
SizedBox()), SizedBox()),
), ),

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

Loading…
Cancel
Save