Use SizedBox.shrink() to return an empty box

Ever needed to return an empty box (that takes no space) in Flutter?

There's a widget for that → SizedBox.shrink().

This is more performant than returning an empty Container (which is complex inside and can't be declared as a const widget).

Note that in many cases, you can avoid returning a widget in the first place.

For example, if you are inside a Row or Column, you can use the collection-if operator instead. 👇

Want More?

Invest in yourself with my high-quality Flutter courses.

Flutter Foundations Course

Flutter Foundations Course

Learn about State Management, App Architecture, Navigation, Testing, and much more by building a Flutter eCommerce app on iOS, Android, and web.

Flutter & Firebase Masterclass

Flutter & Firebase Masterclass

Learn about Firebase Auth, Cloud Firestore, Cloud Functions, Stripe payments, and much more by building a full-stack eCommerce app with Flutter & Firebase.

The Complete Dart Developer Guide

The Complete Dart Developer Guide

Learn Dart Programming in depth. Includes: basic to advanced topics, exercises, and projects. Fully updated to Dart 2.15.

Flutter Animations Masterclass

Flutter Animations Masterclass

Master Flutter animations and build a completely custom habit tracking application.