successSolidTwo method

AzContainer successSolidTwo()

Implementation

AzContainer successSolidTwo(){
  if(_borderWidth == 1){
    _borderWidth = 2;
  }
  Color color = AzUtlis().colorSuccess;
  // show order
  solidTwo(color, _borderWidth);
  return this;
}