center property

Widget get center

Centers the widget

Implementation

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