border method

VxTable border(
  1. TableBorder? _tableBorder
)

Implementation

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