center function

Widget center(
  1. Widget widget
)

Implementation

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