@override String transform(Token token) { final border = BorderValue.maybeParse(token.value)!; return border.toString(); }