center method

Widget center()

Centers the widget inside a Center widget.

Implementation

Widget center() {
  return Center(child: this);
}