You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a lint rule that catches usage of the normal SizedBox(...) constructor
that should instead use the SizedBox.shrink(...) and SizedBox.expand(...)
constructors instead.
Describe the rule you'd like to see implemented
Implement a lint rule that catches usage of the normal
SizedBox(...)
constructorthat should instead use the
SizedBox.shrink(...)
andSizedBox.expand(...)
constructors instead.
This is a follow on from #2049 (comment)
Examples
BAD:
GOOD:
The text was updated successfully, but these errors were encountered: