borderColor function

BorderAttribute borderColor(
  1. Color color
)

Border color for all borde sides

Implementation

BorderAttribute borderColor(Color color) => BorderAttribute.all(
      BorderSideAttribute(color: color),
    );