|
|
|
|
@ -193,7 +193,7 @@ class GeneralAppointmentWidget extends StatelessWidget {
|
|
|
|
|
children: [
|
|
|
|
|
"${LocaleKeys.createdOn.tr()}: ".toText(color: MyColors.lightTextColor),
|
|
|
|
|
2.width,
|
|
|
|
|
Flexible(child: appointmentListModel.appointmentDate!.toFormattedDateWithoutTime().toText(fontSize: 8))
|
|
|
|
|
Flexible(child: appointmentListModel.appointmentCreatedOn!.toFormattedDateWithoutTime().toText(fontSize: 8))
|
|
|
|
|
],
|
|
|
|
|
),
|
|
|
|
|
if (isFromUpdateAppointmentPage) ...[
|
|
|
|
|
|