Skip to content

Conversation

@Ayad-Ben-Saliem
Copy link

This update fixed an issue where ResizableWidget behaved incorrectly when resizing in TextDirection.rtl.
Previously, resizing in RTL mode moved in the opposite direction of the mouse movement when the widget was structured as a row.
This update ensures that the mouse offset is correctly reversed in RTL mode, providing the expected resizing behavior.

Fixed an issue where `ResizableWidget` behaved incorrectly when resizing in `TextDirection.rtl`.
Previously, resizing in RTL mode moved in the opposite direction of the mouse movement when the widget was structured as a row.
This update ensures that the mouse offset is correctly reversed in RTL mode, providing expected resizing behavior.
Updated the example to demonstrate `ResizableWidget` behavior in both `TextDirection.ltr` and `TextDirection.rtl`, ensuring proper functionality in different text directions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant