parseBorderTriple static method

List<String?>? parseBorderTriple(
  1. String shorthandProperty
)

Implementation

static List<String?>? parseBorderTriple(String shorthandProperty) {
  return _getBorderValues(shorthandProperty);
}