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