TextBorder constructor

TextBorder(
  1. String string
)

Implementation

factory TextBorder(String string) {
  return TextBorder.fromCharacters(Characters(string));
}