editable_text

Last updated:

0 purchases

editable_text Image
editable_text Images
Add to Cart

Description:

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

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.