bottomBorder property

String get bottomBorder

Implementation

String get bottomBorder {
  assert(lineLength != null && lineLength! > 0);
  return '${PrettyPrinter.bottomLeftCorner}${PrettyPrinter.doubleDivider * lineLength!}';
}