|
|
|
@ -143,12 +143,7 @@ class _RateAppointmentDoctorState extends State<RateAppointmentDoctor> {
|
|
|
|
maxLines: 4,
|
|
|
|
maxLines: 4,
|
|
|
|
decoration: InputDecoration.collapsed(
|
|
|
|
decoration: InputDecoration.collapsed(
|
|
|
|
hintText: LocaleKeys.notes.tr(context: context),
|
|
|
|
hintText: LocaleKeys.notes.tr(context: context),
|
|
|
|
hintStyle: TextStyle(
|
|
|
|
),
|
|
|
|
fontSize: 16,
|
|
|
|
|
|
|
|
fontWeight: FontWeight.w600,
|
|
|
|
|
|
|
|
color: Color(0xff2B353E),
|
|
|
|
|
|
|
|
letterSpacing: -0.64,
|
|
|
|
|
|
|
|
height: 23 / 16)),
|
|
|
|
|
|
|
|
onChanged: (value) {
|
|
|
|
onChanged: (value) {
|
|
|
|
setState(() {
|
|
|
|
setState(() {
|
|
|
|
note = value;
|
|
|
|
note = value;
|
|
|
|
|