center method

Widget center()

Centers this widget.

Implementation

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