-
-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Remove a maximum of hardcoded sizes and move Padding to Directional ones #2534
feat: Remove a maximum of hardcoded sizes and move Padding to Directional ones #2534
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2534 +/- ##
==========================================
- Coverage 8.86% 7.57% -1.30%
==========================================
Files 161 210 +49
Lines 6623 10077 +3454
==========================================
+ Hits 587 763 +176
- Misses 6036 9314 +3278
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks @g123k
Move all
EdgeInsets
toEdgeInsetsDirectional
(to better support RTL)