|
|
|
|
@ -133,31 +133,31 @@ class _AttachInsuranceCardImageDialogState extends State<AttachInsuranceCardImag
|
|
|
|
|
Padding(
|
|
|
|
|
padding: const EdgeInsets.all(18.0),
|
|
|
|
|
child:
|
|
|
|
|
// Text(TranslationBase.of(context).habibCallCenter,
|
|
|
|
|
// style: TextStyle(
|
|
|
|
|
// fontSize: 16,
|
|
|
|
|
// letterSpacing: -0.48,
|
|
|
|
|
// fontWeight: FontWeight.w600,
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
DefaultButton(
|
|
|
|
|
TranslationBase.of(context).updateInsuranceManually,
|
|
|
|
|
() {
|
|
|
|
|
Navigator.pop(context);
|
|
|
|
|
Navigator.push(
|
|
|
|
|
context,
|
|
|
|
|
FadePage(
|
|
|
|
|
page: UpdateInsuranceManually(
|
|
|
|
|
patientIdentificationNo: widget.identificationNo,
|
|
|
|
|
patientMobileNumber: widget.mobileNo,
|
|
|
|
|
patientID: num.parse(widget.fileNo),
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
);
|
|
|
|
|
},
|
|
|
|
|
textColor: Colors.white,
|
|
|
|
|
color: CustomColors.accentColor,
|
|
|
|
|
Text(TranslationBase.of(context).habibCallCenter,
|
|
|
|
|
style: TextStyle(
|
|
|
|
|
fontSize: 16,
|
|
|
|
|
letterSpacing: -0.48,
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
),
|
|
|
|
|
),
|
|
|
|
|
// DefaultButton(
|
|
|
|
|
// TranslationBase.of(context).updateInsuranceManually,
|
|
|
|
|
// () {
|
|
|
|
|
// Navigator.pop(context);
|
|
|
|
|
// Navigator.push(
|
|
|
|
|
// context,
|
|
|
|
|
// FadePage(
|
|
|
|
|
// page: UpdateInsuranceManually(
|
|
|
|
|
// patientIdentificationNo: widget.identificationNo,
|
|
|
|
|
// patientMobileNumber: widget.mobileNo,
|
|
|
|
|
// patientID: num.parse(widget.fileNo),
|
|
|
|
|
// ),
|
|
|
|
|
// ),
|
|
|
|
|
// );
|
|
|
|
|
// },
|
|
|
|
|
// textColor: Colors.white,
|
|
|
|
|
// color: CustomColors.accentColor,
|
|
|
|
|
// ),
|
|
|
|
|
),
|
|
|
|
|
SizedBox(
|
|
|
|
|
height: 25.0,
|
|
|
|
|
|