center property

Center center

Creates a Center widget with the current widget as its child

Implementation

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