Centers the current widget.
Returns a Center widget with the current widget as its child.
Center get center => Center(child: this);