toCenter method

Center toCenter()

Implementation

Center toCenter() {
  return Center(
    child: this,
  );
}