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