border method

VxTable border(
  1. TableBorder? tableBorder
)

Implementation

VxTable border(TableBorder? tableBorder) {
  tableBorder = tableBorder;
  return this;
}