mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
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.