centerStart method

AzStack centerStart()

Implementation

AzStack centerStart(){
  _alignment = AlignmentDirectional.centerStart;
  return this;
}