public static class TextInputChannel.TextEditState extends Object
Modifier and Type | Field and Description |
---|---|
int |
selectionEnd |
int |
selectionStart |
String |
text |
Constructor and Description |
---|
TextEditState(String text,
int selectionStart,
int selectionEnd) |
Modifier and Type | Method and Description |
---|---|
static TextInputChannel.TextEditState |
fromJson(JSONObject textEditState) |
public final int selectionStart
public final int selectionEnd
public static TextInputChannel.TextEditState fromJson(@NonNull JSONObject textEditState) throws JSONException
JSONException