centered method

Widget centered()

Center any widget

Implementation

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