pharmacy uo fix

merge-requests/562/head
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( // Expanded(
RatingBar.readOnly( RatingBar.readOnly(
initialRating: item.approvedRatingSum.toDouble(), initialRating: item.approvedRatingSum.toDouble(),
size: 15.0, size: 13.0,
filledColor: Color(0XFFD02127), filledColor: Color(0XFFD02127),
emptyColor: Color(0XFFD02127), emptyColor: Color(0XFFD02127),
isHalfAllowed: true, isHalfAllowed: true,
@ -292,7 +292,7 @@ class ProductTileItem extends StatelessWidget {
), ),
SizedBox( SizedBox(
width: 10.0, width: 9.0,
), ),
Icon( Icon(
Icons.arrow_forward, Icons.arrow_forward,

Loading…
Cancel
Save