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