clipAntiAlias method

AzButton clipAntiAlias()

Implementation

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