|
|
|
|
@ -5,7 +5,6 @@ import 'package:flutter/material.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/app_state.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/dependencies.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/utils/size_utils.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/core/utils/utils.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/extensions/string_extensions.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/extensions/widget_extensions.dart';
|
|
|
|
|
import 'package:hmg_patient_app_new/features/hmg_services/hmg_services_view_model.dart';
|
|
|
|
|
@ -213,7 +212,7 @@ class _HhcProceduresPageState extends State<HhcProceduresPage> {
|
|
|
|
|
margin: EdgeInsets.symmetric(horizontal: 16.w),
|
|
|
|
|
padding: EdgeInsets.all(16.w),
|
|
|
|
|
decoration: RoundedRectangleBorder().toSmoothCornerDecoration(
|
|
|
|
|
color: AppColors.primaryRedColor.withValues(alpha: 0.1),
|
|
|
|
|
color: AppColors.greyLightColor,
|
|
|
|
|
borderRadius: 16.r,
|
|
|
|
|
),
|
|
|
|
|
child: Row(
|
|
|
|
|
@ -232,25 +231,6 @@ class _HhcProceduresPageState extends State<HhcProceduresPage> {
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
Column(
|
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.end,
|
|
|
|
|
children: [
|
|
|
|
|
"Total Amount".needTranslation.toText12(
|
|
|
|
|
color: AppColors.textColorLight,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
),
|
|
|
|
|
Utils.getPaymentAmountWithSymbol(
|
|
|
|
|
viewModel.getHhcSelectedServicesTotal().toStringAsFixed(2).toText16(
|
|
|
|
|
isBold: true,
|
|
|
|
|
weight: FontWeight.bold,
|
|
|
|
|
color: AppColors.primaryRedColor,
|
|
|
|
|
),
|
|
|
|
|
AppColors.primaryRedColor,
|
|
|
|
|
14,
|
|
|
|
|
isSaudiCurrency: true,
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
|