|
|
|
|
@ -85,6 +85,7 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
border: Border.all(color: Colors.grey.shade300, width: 0.2),
|
|
|
|
|
borderRadius: BorderRadius.circular(10),
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
shape: BoxShape.rectangle,
|
|
|
|
|
boxShadow: [
|
|
|
|
|
BoxShadow(
|
|
|
|
|
color: Color(0xffF1F1F1),
|
|
|
|
|
@ -145,7 +146,7 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
Container(
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
|
border: Border.all(
|
|
|
|
|
color: Colors.grey.shade300, width: 1.1),
|
|
|
|
|
color: Color(0xffF0F0F0), width: 1.0),
|
|
|
|
|
borderRadius: BorderRadius.only(
|
|
|
|
|
topRight: Radius.circular(
|
|
|
|
|
item.rxMessage != null &&
|
|
|
|
|
@ -157,7 +158,7 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
topLeft: Radius.circular(
|
|
|
|
|
item.rxMessage != null &&
|
|
|
|
|
!projectProvider.isArabic
|
|
|
|
|
? 25
|
|
|
|
|
? 9
|
|
|
|
|
: 8),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -192,14 +193,13 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
child: Container(
|
|
|
|
|
padding: EdgeInsets.only(
|
|
|
|
|
left: 18, right: 18, top: 6, bottom: 3),
|
|
|
|
|
color: CustomColors.accentColor,
|
|
|
|
|
child: Padding(
|
|
|
|
|
padding: EdgeInsets.all(2.0),
|
|
|
|
|
child: Text(
|
|
|
|
|
"الوصفة\n مطلوبة",
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 7.5,
|
|
|
|
|
fontSize: 7.0,
|
|
|
|
|
height: 0.8,
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
letterSpacing: -0.27,
|
|
|
|
|
@ -222,7 +222,7 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
"\n E-Prescription \n Is required",
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
color: Colors.white,
|
|
|
|
|
fontSize: 7.5,
|
|
|
|
|
fontSize: 7.0,
|
|
|
|
|
//letterSpacing: -0.27,
|
|
|
|
|
height: 1.2,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
@ -244,7 +244,7 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
//regular: true,
|
|
|
|
|
fontSize: 10,
|
|
|
|
|
color: Color(0xff2B353E),
|
|
|
|
|
fontWeight: FontWeight.w500,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
@ -266,7 +266,7 @@ class ProductTileItem extends StatelessWidget {
|
|
|
|
|
horizontal: 10, vertical: 2),
|
|
|
|
|
child: Texts(
|
|
|
|
|
"SAR ${item.price}",
|
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
|
fontWeight: FontWeight.w700,
|
|
|
|
|
fontSize: 11,
|
|
|
|
|
color: Color(0xff2B353E),
|
|
|
|
|
),
|
|
|
|
|
|