border method
Implementation
AzContainer border(Color color, double width, BorderStyle style, double strokeAlign){
_border = Border.all(
color: color,
width: width,
style: style,
strokeAlign: strokeAlign
);
return this;
}