setHint method

void setHint(
  1. String text
)

Sets the hint/placeholder text.

Implementation

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