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