infoSolidTwo method
Implementation
AzContainer infoSolidTwo(){
if(_borderWidth == 1){
_borderWidth = 2;
}
Color color = AzUtlis().colorInfo;
// show order
solidTwo(color, _borderWidth);
return this;
}
AzContainer infoSolidTwo(){
if(_borderWidth == 1){
_borderWidth = 2;
}
Color color = AzUtlis().colorInfo;
// show order
solidTwo(color, _borderWidth);
return this;
}