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