center method

Widget center()

Wrap the Widget with Center

Implementation

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