Centers this widget within its parent.
Wraps this widget in a Center.
widget.center()
Widget center() => Center(child: this);