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
Just something I'm noticing as I'm refactoring code to make more sense, there's a lot of const SizedBox(30) or something a lot of places in the codebase to act as a spacer. Adding something to the size() class that standardizes these spacers so they don't become a giant nightmare to tweak later
The text was updated successfully, but these errors were encountered:
Just something I'm noticing as I'm refactoring code to make more sense, there's a lot of const SizedBox(30) or something a lot of places in the codebase to act as a spacer. Adding something to the size() class that standardizes these spacers so they don't become a giant nightmare to tweak later
The text was updated successfully, but these errors were encountered: