addCenter method

Widget addCenter()

Implementation

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