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