clipAntiAlias method

AzStack clipAntiAlias()

Implementation

AzStack clipAntiAlias(){
  _clipBehavior = Clip.antiAlias;
  return this;
}