Allow the Input/EditableText widget to scroll horizontally
EditableText is now rendered using a custom RenderObject (RenderEditableParagraph). RenderEditableParagraph draws the cursor, handles scroll offsets, and provides feedback about the size of the text for use by the scroll behavior.
Showing
Please register or sign in to comment