BorderChars constructor

const BorderChars(
  1. String topLeft,
  2. String topRight,
  3. String bottomLeft,
  4. String bottomRight,
  5. String top,
  6. String bottom,
  7. String left,
  8. String right,
)

Implementation

const BorderChars(
  this.topLeft,
  this.topRight,
  this.bottomLeft,
  this.bottomRight,
  this.top,
  this.bottom,
  this.left,
  this.right,
);