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