fillAligned property

VxTable fillAligned

Implementation

VxTable get fillAligned {
  defaultVerticalAlignment = TableCellVerticalAlignment.fill;
  return this;
}