outline method
Implementation
AzButton outline(){
_side = MaterialStateProperty.all(BorderSide(
width: _borderWidth,
color: _borderColor
));
return this;
}
AzButton outline(){
_side = MaterialStateProperty.all(BorderSide(
width: _borderWidth,
color: _borderColor
));
return this;
}