|
|
|
@ -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),
|
|
|
|
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|