|
|
|
@ -76,7 +76,7 @@ class _OffersAndDiscountsDetailsState extends State<OffersAndDiscountsDetails> {
|
|
|
|
: getOffersList[0].titleEn!.toText22(isBold: true, color: const Color(0xff2B353E)).center,
|
|
|
|
: getOffersList[0].titleEn!.toText22(isBold: true, color: const Color(0xff2B353E)).center,
|
|
|
|
Html(
|
|
|
|
Html(
|
|
|
|
data: AppState().isArabic(context) ? getOffersList[0].descriptionAr! : getOffersList[0].descriptionEn ?? "",
|
|
|
|
data: AppState().isArabic(context) ? getOffersList[0].descriptionAr! : getOffersList[0].descriptionEn ?? "",
|
|
|
|
onLinkTap: (String? url, RenderContext context, Map<String, String> attributes, _) {
|
|
|
|
onLinkTap: (String? url, Map<String, String> attributes, _) {
|
|
|
|
launchUrl(Uri.parse(url!));
|
|
|
|
launchUrl(Uri.parse(url!));
|
|
|
|
},
|
|
|
|
},
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|