bottomAligned property

VxTable bottomAligned

Implementation

VxTable get bottomAligned {
  defaultVerticalAlignment = TableCellVerticalAlignment.bottom;
  return this;
}