tableCellVerticalAlignmentMap top-level property

Map<String, TableCellVerticalAlignment> tableCellVerticalAlignmentMap
final

Implementation

final tableCellVerticalAlignmentMap ={
  "top": TableCellVerticalAlignment.top,
  "middle": TableCellVerticalAlignment.middle,
  "bottom": TableCellVerticalAlignment.bottom,
  "file": TableCellVerticalAlignment.fill,
  "baseline": TableCellVerticalAlignment.baseline,
};