center method

Widget center()

Implementation

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