menu
chrome_extension package
documentation
input_ime.dart
CommitTextParameters
text property
text property
dark_mode
light_mode
text
property
String
get
text
The text to commit
Implementation
String get text => _wrapped.text;
set
text
(
String
v
)
Implementation
set text(String v) { _wrapped.text = v; }
chrome_extension package
documentation
input_ime
CommitTextParameters
text property
CommitTextParameters class