Last updated:
0 purchases
editable text
Getting started #
An "editable text view where the user can edit text by double-tapping on the text" is typically a user interface component that combines the characteristics of a TextView and an EditText
EditableTextWidget(
initialText: "text",
onTextChangedSubmitted: (newText) {
print(newText)
})
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.