Creates a box that will become as large as its parent allows.
const SizedBox.expand({super.key, this.child}) : width = double.infinity, height = double.infinity;