center property

Widget get center

Center the widget

Implementation

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