center method

Widget center()

Wraps the widget in a Center widget.

Implementation

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