centered method

Widget centered()

Implementation

Widget centered() => Center(
      child: this,
    );