|
|
|
|
@ -137,11 +137,11 @@ class _DoctorViewState extends State<DoctorView> {
|
|
|
|
|
// getDoctorSpeciality(this.doctor.speciality).trim(),
|
|
|
|
|
style: TextStyle(fontSize: 12, fontWeight: FontWeight.w600, color: Color(0xff2E303A), letterSpacing: -0.48, height: 18 / 12),
|
|
|
|
|
),
|
|
|
|
|
// if (widget.doctor.nearestFreeSlot != null)
|
|
|
|
|
// Text(
|
|
|
|
|
// getDate(widget.doctor.nearestFreeSlot),
|
|
|
|
|
// style: TextStyle(fontSize: 12, fontWeight: FontWeight.w600, color: Color(0xff359846), letterSpacing: -0.48, height: 18 / 12),
|
|
|
|
|
// ),
|
|
|
|
|
if (widget.doctor.nearestFreeSlot != null)
|
|
|
|
|
Text(
|
|
|
|
|
getDate(widget.doctor.nearestFreeSlot),
|
|
|
|
|
style: TextStyle(fontSize: 12, fontWeight: FontWeight.w600, color: Color(0xff359846), letterSpacing: -0.48, height: 18 / 12),
|
|
|
|
|
),
|
|
|
|
|
Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
mainAxisSize: MainAxisSize.max,
|
|
|
|
|
|