center property

Widget center

Implementation

Widget get center => Center(
      child: this,
    );