borderAll method
Implementation
ContainerBuilder borderAll({Color color = Colors.black, double width = 1.0}) {
_border = Border.all(color: color, width: width);
return this;
}
ContainerBuilder borderAll({Color color = Colors.black, double width = 1.0}) {
_border = Border.all(color: color, width: width);
return this;
}