center property

Widget get center

Implementation

Widget get center {
  return Center(
    child: this,
  );
}