Creates a border for all sides.
const Border.all({ Object width = 1, required Object color, String style = 'solid', }) : this(width: width, color: color, style: style);