setHint to give placeholder
void setHint(String? text) { String hint = '\$(".note-placeholder").html("$text");'; _webViewController!.runJavaScript('setTimeout(function(){$hint}, 0);'); }