pharmacy uo fix

merge-update-with-lab-changes
hussam al-habibeh 4 years ago
parent 9c8bd64142
commit e291d46af7

File diff suppressed because it is too large Load Diff

@ -276,7 +276,7 @@ class ProductTileItem extends StatelessWidget {
// Expanded(
RatingBar.readOnly(
initialRating: item.approvedRatingSum.toDouble(),
size: 15.0,
size: 13.0,
filledColor: Color(0XFFD02127),
emptyColor: Color(0XFFD02127),
isHalfAllowed: true,
@ -292,7 +292,7 @@ class ProductTileItem extends StatelessWidget {
),
SizedBox(
width: 10.0,
width: 9.0,
),
Icon(
Icons.arrow_forward,

Loading…
Cancel
Save