bottomStart method

AzStack bottomStart()

Implementation

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