centered method

Widget centered()

Center the widget

Implementation

Widget centered() => Center(child: this);