cAlignment method
Align the widget within its parent using a specified alignment.
align
specifies the alignment of the widget within its parent.
Implementation
Widget cAlignment(AlignmentGeometry align) => Align(
alignment: align,
child: this,
);