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( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Text(
"Rate Clinic", "Rate Clinic".needTranslation.toText16(isBold: true),
style: TextStyle(fontSize: 16, fontWeight: FontWeight.w600, color: Color(0xff2B353E), letterSpacing: -0.64, height: 23 / 16),
),
SizedBox(height: 12), SizedBox(height: 12),
Row( Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,

@ -92,15 +92,9 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
child: Column( child: Column(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Text(
"Please rate the doctor", "Please rate the doctor".needTranslation.toText16(isBold: true),
style: TextStyle(
fontSize: 16,
fontWeight: FontWeight.w600,
color: Color(0xff2B353E),
letterSpacing: -0.64,
height: 23 / 16),
),
SizedBox(height: 12), SizedBox(height: 12),
Row( Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
@ -150,7 +144,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
padding: EdgeInsets.all(16.0), padding: EdgeInsets.all(16.0),
child: TextField( child: TextField(
maxLines: 5, maxLines: 4,
decoration: InputDecoration.collapsed( decoration: InputDecoration.collapsed(
hintText: "Notes".needTranslation, hintText: "Notes".needTranslation,
hintStyle: TextStyle( 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