enterKeyHint property
String
get
enterKeyHint
Implementation
String get enterKeyHint => js_util.getProperty(this, 'enterKeyHint');
set
enterKeyHint
(String newValue)
Implementation
set enterKeyHint(String newValue) {
js_util.setProperty(this, 'enterKeyHint', newValue);
}