Wraps the widget in a Center. Example: Text('Hello').center()
Text('Hello').center()
Widget center() => Center(child: this);