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