|
|
|
|
@ -136,7 +136,7 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
|
child: (widget.getERAppointmentFeesList.currency! == "ريال" || widget.getERAppointmentFeesList.currency! == "SAR")
|
|
|
|
|
? Row(
|
|
|
|
|
children: [
|
|
|
|
|
SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16),
|
|
|
|
|
projectViewModel.isArabic ? Container() : SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16),
|
|
|
|
|
mWidth(6),
|
|
|
|
|
Text(
|
|
|
|
|
widget.getERAppointmentFeesList.amount!,
|
|
|
|
|
@ -146,6 +146,8 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mWidth(6),
|
|
|
|
|
projectViewModel.isArabic ? SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16) : Container(),
|
|
|
|
|
],
|
|
|
|
|
)
|
|
|
|
|
: Text(
|
|
|
|
|
@ -179,7 +181,7 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
|
child: (widget.getERAppointmentFeesList.currency! == "ريال" || widget.getERAppointmentFeesList.currency! == "SAR")
|
|
|
|
|
? Row(
|
|
|
|
|
children: [
|
|
|
|
|
SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16),
|
|
|
|
|
projectViewModel.isArabic ? Container() : SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16),
|
|
|
|
|
mWidth(6),
|
|
|
|
|
Text(
|
|
|
|
|
widget.getERAppointmentFeesList.tax!,
|
|
|
|
|
@ -189,6 +191,8 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mWidth(6),
|
|
|
|
|
projectViewModel.isArabic ? SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16) : Container(),
|
|
|
|
|
],
|
|
|
|
|
)
|
|
|
|
|
: Text(
|
|
|
|
|
@ -222,7 +226,7 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
|
child: (widget.getERAppointmentFeesList.currency! == "ريال" || widget.getERAppointmentFeesList.currency! == "SAR")
|
|
|
|
|
? Row(
|
|
|
|
|
children: [
|
|
|
|
|
SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16),
|
|
|
|
|
projectViewModel.isArabic ? Container() : SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16),
|
|
|
|
|
mWidth(6),
|
|
|
|
|
Text(
|
|
|
|
|
widget.getERAppointmentFeesList.total!,
|
|
|
|
|
@ -232,6 +236,8 @@ class _LiveCarePatmentPageState extends State<LiveCarePatmentPage> {
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
mWidth(6),
|
|
|
|
|
projectViewModel.isArabic ? SvgPicture.asset("assets/images/new/Saudi_Riyal_Symbol.svg", width: 16, height: 16) : Container(),
|
|
|
|
|
],
|
|
|
|
|
)
|
|
|
|
|
: Text(
|
|
|
|
|
|