setHint method
Sets the hint/placeholder text.
Implementation
void setHint(String text) {
// Hint is set via SmartEditorSettings — dynamic updates
// will be supported in a future version.
}
Sets the hint/placeholder text.
void setHint(String text) {
// Hint is set via SmartEditorSettings — dynamic updates
// will be supported in a future version.
}