simpleBorder property

VxTable simpleBorder

Implementation

VxTable get simpleBorder {
  tableBorder = TableBorder.all(
    color: velocityColor ?? Colors.black,
  );
  return this;
}