alignC property

Align alignC

Implementation

Align get alignC {
  return Center(
    child: this,
  );
}