verticalAlignment property Null safety
read / write
Where this cell should be placed vertically.
When using TableCellVerticalAlignment.baseline, the text baseline must be set as well.
Implementation
TableCellVerticalAlignment? verticalAlignment;