@ -210,7 +210,11 @@ class _ViewDoctorResponsesPageState extends State<ViewDoctorResponsesPage> {
child: DefaultButton(
TranslationBase.of(context).submit,
() {
rateDoctorResponse();
if (textController.text.isEmpty) {
AppToast.showErrorToast(message: "Please enter comments");
} else {
}
},
color: CustomColors.accentColor,
),