last appointment rated.

pull/119/head
Sultan khan 1 month ago
parent f28762a5c5
commit 1d49308cc7

@ -78,10 +78,9 @@ class _RateAppointmentClinicState extends State<RateAppointmentClinic> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
"Rate Clinic",
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w600, color: Color(0xff2B353E), letterSpacing: -0.64, height: 23 / 16),
),
"Rate Clinic".needTranslation.toText16(isBold: true),
SizedBox(height: 12),
Row(
mainAxisAlignment: MainAxisAlignment.center,

@ -92,15 +92,9 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Text(
"Please rate the doctor",
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: Color(0xff2B353E),
letterSpacing: -0.64,
height: 23 / 16),
),
"Please rate the doctor".needTranslation.toText16(isBold: true),
SizedBox(height: 12),
Row(
mainAxisAlignment: MainAxisAlignment.center,
@ -150,7 +144,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
padding: EdgeInsets.all(16.0),
child: TextField(
maxLines: 5,
maxLines: 4,
decoration: InputDecoration.collapsed(
hintText: "Notes".needTranslation,
hintStyle: TextStyle(
@ -166,10 +160,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
},
))),
SizedBox(height: 12),
// Optional extra spacing so content doesn't touch buttons
SizedBox(height: 12),
],
),
),

Loading…
Cancel
Save