Wraps this widget in a Center widget.
Widget center({bool when = true}) { return when ? Center(child: this) : this; }