onCenter method

Center onCenter()

Implementation

Center onCenter()
{
  return Center(
    child: this
  );
}